We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
versionPolicyIntention
1 parent 6e9f853 commit 7a07969Copy full SHA for 7a07969
build.sbt
@@ -1,7 +1,7 @@
1
ThisBuild / scalaVersion := "2.13.16"
2
ThisBuild / crossScalaVersions := Seq("2.13.16", "3.3.6")
3
ThisBuild / organization := "com.permutive"
4
-ThisBuild / versionPolicyIntention := Compatibility.BinaryCompatible
+ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
5
6
addCommandAlias("ci-test", "fix --check; versionPolicyCheck; mdoc; publishLocal; +test")
7
addCommandAlias("ci-docs", "github; mdoc; headerCreateAll")
0 commit comments