Skip to content

Commit 3690623

Browse files
authored
Merge pull request #217 from Philippus/update/scala-2.13.0
Update scala 2.13.0-RC2 to 2.13.0
2 parents 16e756a + aa4fe4f commit 3690623

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: .travis.yml

+2-2
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-RC2
9+
- 2.13.0
1010

1111
env:
1212
global:
@@ -20,7 +20,7 @@ env:
2020
# The empty SCALAJS_VERSION will only compile for the JVM
2121
- SCALAJS_VERSION=
2222
- SCALAJS_VERSION=0.6.28
23-
- SCALAJS_VERSION=1.0.0-M7
23+
- SCALAJS_VERSION=1.0.0-M8
2424

2525
matrix:
2626
include:

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[<img src="https://img.shields.io/travis/scala/scala-parser-combinators.svg"/>](https://travis-ci.org/scala/scala-parser-combinators)
44
[<img src="https://img.shields.io/maven-central/v/org.scala-lang.modules/scala-parser-combinators_2.11.svg?label=latest%20release%20for%202.11"/>](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.scala-lang.modules%20a%3Ascala-parser-combinators_2.11)
55
[<img src="https://img.shields.io/maven-central/v/org.scala-lang.modules/scala-parser-combinators_2.12.svg?label=latest%20release%20for%202.12"/>](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.scala-lang.modules%20a%3Ascala-parser-combinators_2.12)
6+
[<img src="https://img.shields.io/maven-central/v/org.scala-lang.modules/scala-parser-combinators_2.13.svg?label=latest%20release%20for%202.13"/>](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.scala-lang.modules%20a%3Ascala-parser-combinators_2.13)
67
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/scala/scala-parser-combinators)
78

89
### Scala Standard Parser Combinator Library

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-RC2")
4+
crossScalaVersions in ThisBuild := List("2.12.8", "2.11.12", "2.13.0")
55

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

0 commit comments

Comments
 (0)