We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32f248 commit 8f3044fCopy full SHA for 8f3044f
.travis.yml
@@ -16,7 +16,7 @@ jdk:
16
scala:
17
- 2.11.12
18
- 2.12.6
19
- - 2.13.0-M4
+ - 2.13.0-M5
20
21
env:
22
global:
@@ -46,7 +46,7 @@ matrix:
46
jdk: openjdk11
47
- scala: 2.12.6
48
jdk: openjdk6
49
- - scala: 2.13.0-M4
+ - scala: 2.13.0-M5
50
51
52
script:
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-M4")
+crossScalaVersions in ThisBuild := List("2.12.6", "2.11.12", "2.13.0-M5")
5
6
lazy val xml = crossProject(JSPlatform, JVMPlatform)
7
.withoutSuffixFor(JVMPlatform)
0 commit comments