Skip to content

Commit

Permalink
Cross-build library for Scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma committed Sep 4, 2024
1 parent ebee765 commit 0c90e2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
ThisBuild / scalaVersion := "2.13.14"
ThisBuild / organization := "com.alejandrohdezma"
ThisBuild / crossScalaVersions := Seq("2.13.14", "3.3.3")
ThisBuild / versionPolicyIntention := Compatibility.None

addCommandAlias("ci-test", "fix --check; versionPolicyCheck; mdoc; test; publishLocal;")
addCommandAlias("ci-test", "fix --check; versionPolicyCheck; mdoc; +test; +publishLocal;")
addCommandAlias("ci-docs", "github; headerCreateAll; mdoc")
addCommandAlias("ci-publish", "versionCheck; github; ci-release")

Expand Down

0 comments on commit 0c90e2c

Please # to comment.