Skip to content

Commit

Permalink
Set versionPolicyIntention to BinaryAndSourceCompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed May 13, 2021
1 parent 03cacc8 commit 2a55ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ThisBuild / scalaVersion := "2.13.3"

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

ThisBuild / versionPolicyIntention := Compatibility.None
ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible

ThisBuild / developers := List(
Developer(
Expand Down

0 comments on commit 2a55ab6

Please sign in to comment.