8000
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.
2 parents efc7764 + ae2d4a3 commit d1186d4Copy full SHA for d1186d4
.travis.yml
@@ -1,3 +1,4 @@
1
+dist: trusty
2
language: scala
3
jdk:
4
- oraclejdk8
@@ -6,7 +7,7 @@ jdk:
6
7
scala:
8
- 2.11.12
9
- 2.12.8
- - 2.13.0-RC1
10
+ - 2.13.0-RC2
11
12
env:
13
global:
build.sbt
@@ -1,7 +1,7 @@
import ScalaModulePlugin._
import sbtcrossproject.crossProject
-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