File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ lazy val V = new {
3333lazy val definitions = (project in file(" definitions" ))
3434 .settings(name := " definitions" )
3535 .settings(
36- crossScalaVersions := Seq (V .scala),
36+ crossScalaVersions := Seq (V .scala, V .scala212 ),
3737 libraryDependencies ++= Seq (
3838 " org.typelevel" %% " cats-core" % V .cats,
3939 " org.scalacheck" %% " scalacheck" % V .scalacheck,
@@ -48,7 +48,7 @@ lazy val compiler = (project in file("compiler"))
4848 .settings(name := " exercise-compiler" )
4949 .settings(
5050 exportJars := true ,
51- crossScalaVersions := Seq (V .scala),
51+ crossScalaVersions := Seq (V .scala, V .scala212 ),
5252 scalacOptions -= " -Xfatal-warnings" ,
5353 libraryDependencies ++= Seq (
5454 " org.scala-exercises" %% " runtime" % V .runtime,
You can’t perform that action at this time.
0 commit comments