We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab1568 commit 4940c55Copy full SHA for 4940c55
.travis.yml
@@ -15,7 +15,7 @@ jdk:
15
16
scala:
17
- 2.11.12
18
- - 2.12.6
+ - 2.12.8
19
- 2.13.0-M5
20
21
env:
@@ -44,7 +44,7 @@ matrix:
44
jdk: oraclejdk8
45
- scala: 2.11.12
46
jdk: openjdk11
47
- - scala: 2.12.6
+ - scala: 2.12.8
48
jdk: openjdk6
49
- scala: 2.13.0-M5
50
build.sbt
@@ -1,7 +1,7 @@
1
import sbtcrossproject.{crossProject, CrossType}
2
import ScalaModulePlugin._
3
4
-crossScalaVersions in ThisBuild := List("2.12.6", "2.11.12", "2.13.0-M5")
+crossScalaVersions in ThisBuild := List("2.12.8", "2.11.12", "2.13.0-M5")
5
6
lazy val xml = crossProject(JSPlatform, JVMPlatform)
7
.withoutSuffixFor(JVMPlatform)
0 commit comments