We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7569ae + ddde061 commit 85eb192Copy full SHA for 85eb192
.travis.yml
@@ -9,7 +9,7 @@ scala:
9
# no 2.13 for now in cross-build because of
10
# https://github.com/scala/scala-java8-compat/issues/97
11
- 2.11.12
12
- - 2.12.6
+ - 2.12.8
13
14
env:
15
global:
build.sbt
@@ -2,7 +2,7 @@ import ScalaModulePlugin._
2
3
// no 2.13 for now in cross-build because of
4
// https://github.com/scala/scala-java8-compat/issues/97
5
-crossScalaVersions in ThisBuild := List("2.12.6", "2.11.12")
+crossScalaVersions in ThisBuild := List("2.12.8", "2.11.12")
6
7
val disableDocs = sys.props("nodocs") == "true"
8
project/build.properties
@@ -1 +1 @@
1
-sbt.version=0.13.17
+sbt.version=0.13.18
0 commit comments