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 edeb92f commit f41d58eCopy full SHA for f41d58e
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