Skip to content

Commit 2a55ab6

Browse files
committed
Set versionPolicyIntention to BinaryAndSourceCompatible
1 parent 03cacc8 commit 2a55ab6

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
@@ -6,7 +6,7 @@ ThisBuild / scalaVersion := "2.13.3"
66

77
ThisBuild / crossScalaVersions := Seq(scalaVersion.value, "2.12.8")
88

9-
ThisBuild / versionPolicyIntention := Compatibility.None
9+
ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
1010

1111
ThisBuild / developers := List(
1212
Developer(

0 commit comments

Comments
 (0)