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 4d264b5

Browse files
reset version policy intention (#515)
1 parent f4b56dc commit 4d264b5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎build.sbt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ ThisBuild / startYear := Some(2004)
33

44
val commonSettings = Seq(
55
versionScheme := Some("early-semver"),
6-
// next version will bump minor (because we dropped Scala 2.11 and upgraded
7-
// Scala.js and Scala Native); we could go back to BinaryAndSourceCompatible
8-
// once that's done
9-
versionPolicyIntention := Compatibility.BinaryCompatible,
6+
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
107
crossScalaVersions := Seq("2.13.10", "2.12.17", "3.2.2"),
118
scalaVersion := crossScalaVersions.value.head,
129
)

0 commit comments

Comments
(0)

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