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 4688b30 + c156bf6 commit cbd5e85Copy full SHA for cbd5e85
.travis.yml
@@ -7,7 +7,7 @@ jdk:
7
scala:
8
- 2.11.12
9
- 2.12.8
10
- - 2.13.0-RC3
+ - 2.13.0
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-RC3")
+crossScalaVersions in ThisBuild := List("2.12.8", "2.11.12", "2.13.0")
5
6
lazy val root = project.in(file("."))
.aggregate(`scala-parser-combinatorsJS`, `scala-parser-combinatorsJVM`, `scala-parser-combinatorsNative`)
0 commit comments