8000
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 9f702aa commit 14dcac5Copy full SHA for 14dcac5
build.sbt
@@ -3,7 +3,9 @@ ThisBuild / startYear := Some(2004)
3
4
val commonSettings = Seq(
5
versionScheme := Some("early-semver"),
6
- versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
+ // change back to BinaryAndSourceCompatible after next minor release;
7
+ // the Scala 3.2 -> 3.3 upgrade requires a minor version bump
8
+ versionPolicyIntention := Compatibility.BinaryCompatible,
9
crossScalaVersions := Seq("2.13.10", "2.12.17", "3.3.0-RC5"),
10
scalaVersion := crossScalaVersions.value.head,
11
)
0 commit comments