Skip to content

Commit

Permalink
drop 2.13 from the cross-build temporarily
Browse files Browse the repository at this point in the history
references scala#97
  • Loading branch information
SethTisue committed May 3, 2018
1 parent c44f93a commit 940ef39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import ScalaModulePlugin._

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

Expand Down

0 comments on commit 940ef39

Please sign in to comment.