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
[error] java.lang.RuntimeException: expected `scoverage-bug/scalaVersion` to be "2.13.14" or later,
[error] but found "2.13.13"; upgrade scalaVersion to fix the build.
[error]
[error] to support backwards-only binary compatibility (SIP-51),
[error] the Scala 2.13 compiler cannot be older than scala-library on the
[error] dependency classpath.
[error] see `scoverage-bug/evicted` to know why scala-library 2.13.14 is getting pulled in.
The text was updated successfully, but these errors were encountered:
xuwei-k
changed the title
scoverage runtime should not build with Scala 2.13.14 due to SIP-51
scoverage runtime should not build with latest Scala 2.13.x due to SIP-51
Sep 29, 2024
Describe the bug
build.sbt
project/build.properties
sbt.version=1.10.0
project/plugins.sbt
src/test/scala/Test1.scala
sbt test
resultnote
Expected behavior
No response
What build tool are you using?
sbt
Version of scoverage
v2.1.1
The text was updated successfully, but these errors were encountered: