Skip to content

Commit 940ef39

Browse files
committed
drop 2.13 from the cross-build temporarily
references #97
1 parent c44f93a commit 940ef39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: build.sbt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import ScalaModulePlugin._
22

33
scalaVersionsByJvm in ThisBuild := {
4-
val versions = List("2.12.4", "2.11.12", "2.13.0-M3").map(_ -> true)
4+
// no 2.13 for now in cross-build because of
5+
// https://github.com/scala/scala-java8-compat/issues/97
6+
val versions = List("2.12.4", "2.11.12").map(_ -> true)
57
Map(8 -> versions, 9 -> versions, 10 -> versions)
68
}
79

0 commit comments

Comments
 (0)