Skip to content

Commit 8f3044f

Browse files
committed
Use scala 2.13.0-M5 milestone release
1 parent e32f248 commit 8f3044f

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
@@ -16,7 +16,7 @@ jdk:
1616
scala:
1717
- 2.11.12
1818
- 2.12.6
19-
- 2.13.0-M4
19+
- 2.13.0-M5
2020

2121
env:
2222
global:
@@ -46,7 +46,7 @@ matrix:
4646
jdk: openjdk11
4747
- scala: 2.12.6
4848
jdk: openjdk6
49-
- scala: 2.13.0-M4
49+
- scala: 2.13.0-M5
5050
jdk: openjdk6
5151

5252
script:

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-M4")
4+
crossScalaVersions in ThisBuild := List("2.12.6", "2.11.12", "2.13.0-M5")
55

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

0 commit comments

Comments
 (0)