Skip to content

Commit 763fece

Browse files
authored
Merge pull request #552 from SethTisue/post-2.4.0-version-policy
reset version policy after 2.4.0 release
2 parents 1a1b2c0 + bbc9f1b commit 763fece

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)