We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c8794 commit 12a0368Copy full SHA for 12a0368
build.sbt
@@ -12,7 +12,7 @@ inThisBuild(List(
12
url("https://github.com/alexarchambault")
13
)
14
),
15
- versionPolicyIntention := Compatibility.BinaryCompatible,
+ versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
16
libraryDependencySchemes += "com.typesafe" %% "mima-core" % "semver-spec"
17
))
18
0 commit comments