We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
versionPolicyIntention
1 parent edcaf42 commit 8033a32Copy full SHA for 8033a32
build.sbt
@@ -1,6 +1,6 @@
1
ThisBuild / scalaVersion := "2.13.14"
2
ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3")
3
-ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
+ThisBuild / versionPolicyIntention := Compatibility.BinaryCompatible
4
5
ThisBuild / organization := "com.alejandrohdezma"
6
0 commit comments