We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5724e commit 978a6eeCopy full SHA for 978a6ee
build.sbt
@@ -1,7 +1,7 @@
1
import ScalaModulePlugin._
2
3
scalaVersionsByJvm in ThisBuild := Map(
4
- 8 -> List("2.12.0", "2.11.8", "2.13.0-M1").map(_ -> true)
+ 8 -> List("2.12.2", "2.11.11", "2.13.0-M1").map(_ -> true)
5
)
6
7
val disableDocs = sys.props("nodocs") == "true"
0 commit comments