Skip to content

Commit 09512c4

Browse files
committed
Update scala 2.13.0-RC1 to 2.13.0-RC2
1 parent a913f58 commit 09512c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jdk:
66
scala:
77
- 2.11.12
88
- 2.12.8
9-
- 2.13.0-RC1
9+
- 2.13.0-RC2
1010

1111
env:
1212
global:

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import ScalaModulePlugin._
22
import sbtcrossproject.CrossPlugin.autoImport.crossProject
33

4-
crossScalaVersions in ThisBuild := List("2.12.8", "2.11.12", "2.13.0-RC1")
4+
crossScalaVersions in ThisBuild := List("2.12.8", "2.11.12", "2.13.0-RC2")
55

66
lazy val root = project.in(file("."))
77
.aggregate(`scala-parser-combinatorsJS`, `scala-parser-combinatorsJVM`, `scala-parser-combinatorsNative`)

0 commit comments

Comments
 (0)