You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After trying to upgrade to Scala 2.13.4 I'm getting following error:
[error] /application/application-soap/target/scala-2.13/src_managed/main/sbt-scalaxb/scalaxb/scalaxb.scala:692:81: match may not be exhaustive.[error] It would fail on the following inputs: Error(_, _), Failure(_, _)[error] private def lookupSuccess[U](p: Parser[U], input: Input): ParseResult[U] = p(input) match {
I was using version 1.7.5 but also happened when upgraded to version 1.8.0
The text was updated successfully, but these errors were encountered:
After trying to upgrade to Scala 2.13.4 I'm getting following error:
I was using version 1.7.5 but also happened when upgraded to version 1.8.0
The text was updated successfully, but these errors were encountered: