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.
2 parents edeb92f + f41d58e commit ba0c844Copy full SHA for ba0c844
build.sbt
@@ -1,7 +1,7 @@
1
import ScalaModulePlugin._
2
3
scalaVersionsByJvm in ThisBuild := Map(
4
- 8 -> List("2.12.3", "2.11.11", "2.13.0-M2").map(_ -> true)
+ 8 -> List("2.12.4", "2.11.11", "2.13.0-M2").map(_ -> true)
5
)
6
7
val disableDocs = sys.props("nodocs") == "true"
0 commit comments