Skip to content

Commit 33d225c

Browse files
authored
Merge pull request #235 from Philippus/update/scala-2.12.9
Update scala 2.12.8 to 2.12.9
2 parents cc56de2 + a29b87e commit 33d225c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: scala
22

33
scala:
44
- 2.11.12
5-
- 2.12.8
5+
- 2.12.9
66
- 2.13.0
77

88
env:

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")
4+
crossScalaVersions in ThisBuild := List("2.12.9", "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)