Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 85f4076

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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /