Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bbc9f1b

Browse files
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

Lines changed: 1 addition & 3 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /