There was an error while loading. Please reload this page.
1 parent 94e8a88 commit 2131f97Copy full SHA for 2131f97
build.sbt
@@ -1,7 +1,7 @@
1
import ScalaModulePlugin._
2
3
scalaVersionsByJvm in ThisBuild := Map(
4
- 8 -> List("2.12.0", "2.11.8").map(_ -> true)
+ 8 -> List("2.12.0", "2.11.8", "2.13.0-M1").map(_ -> true)
5
)
6
7
val disableDocs = sys.props("nodocs") == "true"
0 commit comments