Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 33d225c

Browse files
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /