File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
scala :
7
7
- 2.11.12
8
8
- 2.12.8
9
- - 2.13.0-RC2
9
+ - 2.13.0
10
10
11
11
env :
12
12
global :
20
20
# The empty SCALAJS_VERSION will only compile for the JVM
21
21
- SCALAJS_VERSION=
22
22
- SCALAJS_VERSION=0.6.28
23
- - SCALAJS_VERSION=1.0.0-M7
23
+ - SCALAJS_VERSION=1.0.0-M8
24
24
25
25
matrix :
26
26
include :
Original file line number Diff line number Diff line change 3
3
[ <img src =" https://img.shields.io/travis/scala/scala-parser-combinators.svg " />] ( https://travis-ci.org/scala/scala-parser-combinators )
4
4
[ <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 )
5
5
[ <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 )
6
7
[ ![ Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/scala/scala-parser-combinators )
7
8
8
9
### Scala Standard Parser Combinator Library
Original file line number Diff line number Diff line change 1
1
import ScalaModulePlugin ._
2
2
import sbtcrossproject .CrossPlugin .autoImport .crossProject
3
3
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" )
5
5
6
6
lazy val root = project.in(file(" ." ))
7
7
.aggregate(`scala-parser-combinatorsJS`, `scala-parser-combinatorsJVM`, `scala-parser-combinatorsNative`)
You can’t perform that action at this time.
0 commit comments