Skip to content

Commit

Permalink
Relax compatibility intention
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus committed May 13, 2024
1 parent c0e03d9 commit df05291
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ ThisBuild / startYear := Some(2004)

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

0 comments on commit df05291

Please sign in to comment.