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 cc56de2 + a29b87e commit 33d225cCopy full SHA for 33d225c
.travis.yml
@@ -2,7 +2,7 @@ language: scala
2
3
scala:
4
- 2.11.12
5
- - 2.12.8
+ - 2.12.9
6
- 2.13.0
7
8
env:
build.sbt
@@ -1,7 +1,7 @@
1
import ScalaModulePlugin._
import sbtcrossproject.CrossPlugin.autoImport.crossProject
-crossScalaVersions in ThisBuild := List("2.12.8", "2.11.12", "2.13.0")
+crossScalaVersions in ThisBuild := List("2.12.9", "2.11.12", "2.13.0")
lazy val root = project.in(file("."))
.aggregate(`scala-parser-combinatorsJS`, `scala-parser-combinatorsJVM`, `scala-parser-combinatorsNative`)
0 commit comments