Skip to content

Commit d1186d4

Browse files
authored
Merge pull request scala#210 from Philippus/update/scala-2.13.0-RC2
Update scala 2.13.0-RC1 to 2.13.0-RC2
2 parents efc7764 + ae2d4a3 commit d1186d4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dist: trusty
12
language: scala
23
jdk:
34
- oraclejdk8
@@ -6,7 +7,7 @@ jdk:
67
scala:
78
- 2.11.12
89
- 2.12.8
9-
- 2.13.0-RC1
10+
- 2.13.0-RC2
1011

1112
env:
1213
global:

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import ScalaModulePlugin._
22
import sbtcrossproject.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)