Skip to content

Commit 4940c55

Browse files
committed
Update to Scala 2.12.8
1 parent 4ab1568 commit 4940c55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jdk:
1515

1616
scala:
1717
- 2.11.12
18-
- 2.12.6
18+
- 2.12.8
1919
- 2.13.0-M5
2020

2121
env:
@@ -44,7 +44,7 @@ matrix:
4444
jdk: oraclejdk8
4545
- scala: 2.11.12
4646
jdk: openjdk11
47-
- scala: 2.12.6
47+
- scala: 2.12.8
4848
jdk: openjdk6
4949
- scala: 2.13.0-M5
5050
jdk: openjdk6

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sbtcrossproject.{crossProject, CrossType}
22
import ScalaModulePlugin._
33

4-
crossScalaVersions in ThisBuild := List("2.12.6", "2.11.12", "2.13.0-M5")
4+
crossScalaVersions in ThisBuild := List("2.12.8", "2.11.12", "2.13.0-M5")
55

66
lazy val xml = crossProject(JSPlatform, JVMPlatform)
77
.withoutSuffixFor(JVMPlatform)

0 commit comments

Comments
 (0)