Skip to content

Commit 17abd8b

Browse files
Reset versionPolicyIntention [skip ci]
1 parent 9b8e993 commit 17abd8b

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,7 +1,7 @@
11
ThisBuild / scalaVersion := "2.13.17"
22
ThisBuild / crossScalaVersions := Seq("2.13.17", "3.3.7")
33
ThisBuild / organization := "com.permutive"
4-
ThisBuild / versionPolicyIntention := Compatibility.None
4+
ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
55

66
addCommandAlias("ci-test", "fix --check; versionPolicyCheck; mdoc; publishLocal; +test")
77
addCommandAlias("ci-docs", "github; mdoc; headerCreateAll")

0 commit comments

Comments
 (0)