Skip to content

Commit

Permalink
Reset versionPolicyIntention
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández <info@alejandrohdezma.com>
  • Loading branch information
alejandrohdezma authored Aug 18, 2024
1 parent 8496ba6 commit 6c6e891
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
@@ -1,6 +1,6 @@
ThisBuild / scalaVersion := "2.13.14"
ThisBuild / organization := "com.alejandrohdezma"
ThisBuild / versionPolicyIntention := Compatibility.BinaryCompatible
ThisBuild / versionPolicyIntention := Compatibility.None

addCommandAlias("ci-test", "fix --check; versionPolicyCheck; mdoc; test; publishLocal;")
addCommandAlias("ci-docs", "github; headerCreateAll; mdoc")
Expand Down

0 comments on commit 6c6e891

Please sign in to comment.