Skip to content

Commit 4d264b5

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

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