Update to Scala 2.13.4

This commit is contained in:
Eike Kettner
2020-11-27 20:26:24 +01:00
parent 6243ef3b1c
commit 3fabe0a582
6 changed files with 16 additions and 12 deletions

View File

@ -211,6 +211,8 @@ object LenientUri {
Right(LenientUri(nl, None, path, query, frag))
}
}
case _ =>
sys.error("Unreachable code")
}
}