We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057f1e3 commit 1ed78ccCopy full SHA for 1ed78cc
build.sbt
@@ -3,7 +3,7 @@ import ScalaModulePlugin._
3
scalaVersionsByJvm in ThisBuild := {
4
// no 2.13 for now in cross-build because of
5
// https://github.com/scala/scala-java8-compat/issues/97
6
- val versions = List("2.12.4", "2.11.12").map(_ -> true)
+ val versions = List("2.12.6", "2.11.12").map(_ -> true)
7
Map(8 -> versions, 9 -> versions, 10 -> versions)
8
}
9
0 commit comments