Skip to content

Commit a864551

Browse files
Adds cross scala 2.12.x, 2.13.x
1 parent aff12d5 commit a864551

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
ThisBuild / organization := "org.scala-exercises"
22
ThisBuild / githubOrganization := "47degrees"
33
ThisBuild / scalaVersion := V.scala
4+
ThisBuild / crossScalaVersions := Seq(V.scala212, V.scala)
45

5-
addCommandAlias("ci-test", ";scalafmtCheckAll; scalafmtSbtCheck; test")
6+
addCommandAlias("ci-test", ";scalafmtCheckAll; scalafmtSbtCheck; +test")
67
addCommandAlias("ci-docs", ";github; project-docs/mdoc; headerCreateAll")
78

89
lazy val V = new {
@@ -11,6 +12,7 @@ lazy val V = new {
1112
val classutil: String = "1.5.1"
1213
val http4s: String = "0.21.3"
1314
val scala: String = "2.13.2"
15+
val scala212: String = "2.12.11"
1416
val scalatest: String = "3.1.1"
1517
}
1618

0 commit comments

Comments
 (0)