We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79de88b commit 803e031Copy full SHA for 803e031
1 file changed
build.sbt
@@ -1,6 +1,6 @@
1
ThisBuild / organization := "com.47deg"
2
ThisBuild / scalaVersion := "2.13.2"
3
-ThisBuild / crossScalaVersions := Seq("2.12.13", "2.13.4")
+ThisBuild / crossScalaVersions := Seq("2.12.12", "2.13.4")
4
5
addCommandAlias("ci-test", "scalafmtCheckAll; scalafmtSbtCheck; mdoc; testCovered")
6
addCommandAlias("ci-docs", "github; mdoc; headerCreateAll; publishMicrosite")
0 commit comments