Skip to content

Commit 288839b

Browse files
SethTisuepeteraldous
authored andcommitted
lock down bidirectional compat, post-2.2.0 (scala#501)
1 parent e399372 commit 288839b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.BinaryCompatible,
7+
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
88
)
99

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

0 commit comments

Comments
 (0)