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
scala-compiler's dependency on scala-xml was updated to 2.1.0 in Scala 2.12.17 (see release notes and scala/scala#10108). It leads to an error during sbt update stage.
[error] stack trace is suppressed; run last jvm / update for the full output
[error] (jvm / update) found version conflict(s) in library dependencies; some are suspected to be binary incompatible:
[error]
[error] * org.scala-lang.modules:scala-xml_2.12:2.1.0 (early-semver) is selected over {1.3.0}
[error] +- org.scala-lang:scala-compiler:2.12.17 (depends on 2.1.0)
[error] +- net.liftweb:lift-markdown_2.12:3.5.0 (depends on 1.3.0)
[error] +- net.liftweb:lift-json_2.12:3.5.0 (depends on 1.3.0)
[error] +- net.liftweb:lift-common_2.12:3.5.0 (depends on 1.3.0)
[error] +- org.scala-lang.modules:scala-xml_2.12:1.3.0 (depends on 1.3.0)
[error]
[error]
[error] this can be overridden using libraryDependencySchemes or evictionErrorLevel
The text was updated successfully, but these errors were encountered:
scala-compiler's dependency on scala-xml was updated to 2.1.0 in Scala 2.12.17 (see release notes and scala/scala#10108). It leads to an error during
sbt update
stage.The text was updated successfully, but these errors were encountered: