Skip to content

Commit 85f4076

Browse files
authored
lock down bidirectional compat, post-2.2.0 (#501)
1 parent decd4d7 commit 85f4076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)