Skip to content

Commit bbc9f1b

Browse files
committed
reset version policy after 2.4.0 release
1 parent 1a1b2c0 commit bbc9f1b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.sbt

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ ThisBuild / startYear := Some(2004)
33

44
val commonSettings = Seq(
55
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,
6+
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
97
crossScalaVersions := Seq("2.13.13", "2.12.19", "3.3.3"),
108
scalaVersion := crossScalaVersions.value.head,
119
)

0 commit comments

Comments
 (0)