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.
1 parent 03cacc8 commit 2a55ab6Copy full SHA for 2a55ab6
build.sbt
@@ -6,7 +6,7 @@ ThisBuild / scalaVersion := "2.13.3"
6
7
ThisBuild / crossScalaVersions := Seq(scalaVersion.value, "2.12.8")
8
9
-ThisBuild / versionPolicyIntention := Compatibility.None
+ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
10
11
ThisBuild / developers := List(
12
Developer(
0 commit comments