Skip to content

Commit

Permalink
Merge pull request #109 from alejandrohdezma/build/scala-3
Browse files Browse the repository at this point in the history
Cross-build library for Scala 3
  • Loading branch information
alejandrohdezma authored Sep 4, 2024
2 parents ebee765 + 0c90e2c commit 3f73d5d
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 3f73d5d

Please # to comment.