Skip to content

Commit

Permalink
reset version policy after 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Apr 18, 2024
1 parent 1a1b2c0 commit bbc9f1b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ ThisBuild / startYear := Some(2004)

val commonSettings = Seq(
versionScheme := Some("early-semver"),
// change back to BinaryAndSourceCompatible after next minor release;
// the Scala 3.2 -> 3.3 upgrade requires a minor version bump
versionPolicyIntention := Compatibility.BinaryCompatible,
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
crossScalaVersions := Seq("2.13.13", "2.12.19", "3.3.3"),
scalaVersion := crossScalaVersions.value.head,
)
Expand Down

0 comments on commit bbc9f1b

Please sign in to comment.