Skip to content

Commit a29dc97

Browse files
SethTisuepeteraldous
authored andcommitted
tell MiMa to relax until next minor version
1 parent 1923961 commit a29dc97

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: build.sbt

+4-1
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)