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 de6c28c

Browse files
tell MiMa to relax until next minor version
1 parent 0dfc747 commit de6c28c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎build.sbt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ ThisBuild / startYear := Some(2004)
44
// I thought we could declare these in `ThisBuild` scope but no :-/
55
val commonSettings = Seq(
66
versionScheme := Some("early-semver"),
7-
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
7+
// next version will bump minor (because we dropped Scala 2.11 and upgraded
8+
// Scala.js and Scala Native); we could go back to BinaryAndSourceCompatible
9+
// once that's done
10+
versionPolicyIntention := Compatibility.BinaryCompatible,
811
)
912

1013
lazy val root = project.in(file("."))

0 commit comments

Comments
(0)

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