Skip to content

Commit 803e031

Browse files
committed
Downgrade to Scala 2.12.12
1 parent 79de88b commit 803e031

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ThisBuild / organization := "com.47deg"
22
ThisBuild / scalaVersion := "2.13.2"
3-
ThisBuild / crossScalaVersions := Seq("2.12.13", "2.13.4")
3+
ThisBuild / crossScalaVersions := Seq("2.12.12", "2.13.4")
44

55
addCommandAlias("ci-test", "scalafmtCheckAll; scalafmtSbtCheck; mdoc; testCovered")
66
addCommandAlias("ci-docs", "github; mdoc; headerCreateAll; publishMicrosite")

0 commit comments

Comments
 (0)