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