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 9d5163e commit f4c2419Copy full SHA for f4c2419
.travis.yml
@@ -7,7 +7,7 @@ jdk:
7
scala:
8
- 2.11.12
9
- 2.12.8
10
- - 2.13.0-RC2
+ - 2.13.0-RC3
11
12
env:
13
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-RC2")
+crossScalaVersions in ThisBuild := List("2.12.8", "2.11.12", "2.13.0-RC3")
5
6
lazy val root = project.in(file("."))
.aggregate(`scala-parser-combinatorsJS`, `scala-parser-combinatorsJVM`, `scala-parser-combinatorsNative`)
0 commit comments