Skip to content

Commit f54500e

Browse files
committed
Update scala 2.13.0-M5 to 2.13.0-RC1
1 parent e7f0373 commit f54500e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jdk:
88
scala:
99
- 2.11.12
1010
- 2.12.8
11-
- 2.13.0-M5
11+
- 2.13.0-RC1
1212

1313
env:
1414
global:

build.sbt

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

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

66
lazy val root = project.in(file("."))
77
.aggregate(`scala-parser-combinatorsJS`, `scala-parser-combinatorsJVM`, `scala-parser-combinatorsNative`)

0 commit comments

Comments
 (0)