Skip to content

Commit

Permalink
Merge pull request #552 from SethTisue/post-2.4.0-version-policy
Browse files Browse the repository at this point in the history
reset version policy after 2.4.0 release
  • Loading branch information
Philippus authored Apr 18, 2024
2 parents 1a1b2c0 + bbc9f1b commit 763fece
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 763fece

Please sign in to comment.