There was an error while loading. Please reload this page.
1 parent 6686517 commit 760d9f0Copy full SHA for 760d9f0
1 file changed
build.sbt
@@ -2,7 +2,7 @@ import Dependencies.*
2
3
ThisBuild / versionScheme := Some("early-semver")
4
ThisBuild / evictionErrorLevel := Level.Warn
5
-ThisBuild / versionPolicyIntention := Compatibility.None
+ThisBuild / versionPolicyIntention := Compatibility.BinaryCompatible
6
7
lazy val Scala3Version = "3.3.5"
8
lazy val Scala2Version = "2.13.16"
0 commit comments