We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b56dc commit 4d264b5Copy full SHA for 4d264b5
build.sbt
@@ -3,10 +3,7 @@ ThisBuild / startYear := Some(2004)
3
4
val commonSettings = Seq(
5
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,
+ versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
10
crossScalaVersions := Seq("2.13.10", "2.12.17", "3.2.2"),
11
scalaVersion := crossScalaVersions.value.head,
12
)
0 commit comments