Skip to content

Commit fc68d32

Browse files
Merge pull request #329 from alejandrohdezma/build/reset-policy
Reset `versionPolicyIntention`
2 parents 970a059 + 8033a32 commit fc68d32

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
@@ -1,6 +1,6 @@
11
ThisBuild / scalaVersion := "2.13.14"
22
ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3")
3-
ThisBuild / versionPolicyIntention := Compatibility.None
3+
ThisBuild / versionPolicyIntention := Compatibility.BinaryCompatible
44

55
ThisBuild / organization := "com.alejandrohdezma"
66

0 commit comments

Comments
 (0)