Skip to content

Commit 7a07969

Browse files
Reset versionPolicyIntention [skip ci]
1 parent 6e9f853 commit 7a07969

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.16"
22
ThisBuild / crossScalaVersions := Seq("2.13.16", "3.3.6")
33
ThisBuild / organization := "com.permutive"
4-
ThisBuild / versionPolicyIntention := Compatibility.BinaryCompatible
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)