We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a1b2c0 + bbc9f1b commit 763feceCopy full SHA for 763fece
build.sbt
@@ -3,9 +3,7 @@ ThisBuild / startYear := Some(2004)
3
4
val commonSettings = Seq(
5
versionScheme := Some("early-semver"),
6
- // 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,
+ versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
9
crossScalaVersions := Seq("2.13.13", "2.12.19", "3.3.3"),
10
scalaVersion := crossScalaVersions.value.head,
11
)
0 commit comments