mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Update to Scala 2.13.4
This commit is contained in:
@ -211,6 +211,8 @@ object LenientUri {
|
||||
Right(LenientUri(nl, None, path, query, frag))
|
||||
}
|
||||
}
|
||||
case _ =>
|
||||
sys.error("Unreachable code")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user