We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f0373 commit f54500eCopy full SHA for f54500e
.travis.yml
@@ -8,7 +8,7 @@ jdk:
8
scala:
9
- 2.11.12
10
- 2.12.8
11
- - 2.13.0-M5
+ - 2.13.0-RC1
12
13
env:
14
global:
build.sbt
@@ -1,7 +1,7 @@
1
import ScalaModulePlugin._
2
import sbtcrossproject.crossProject
3
4
-crossScalaVersions in ThisBuild := List("2.12.8", "2.11.12", "2.13.0-M5")
+crossScalaVersions in ThisBuild := List("2.12.8", "2.11.12", "2.13.0-RC1")
5
6
lazy val root = project.in(file("."))
7
.aggregate(`scala-parser-combinatorsJS`, `scala-parser-combinatorsJVM`, `scala-parser-combinatorsNative`)
0 commit comments