Skip to content

Commit 32bdf18

Browse files
Switch to scala 2.12.7
1 parent 3d75ec5 commit 32bdf18

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
@@ -16,6 +16,6 @@ stages:
1616
jobs:
1717
include:
1818
- scala: 2.11.12
19-
- scala: 2.12.6
19+
- scala: 2.12.7
2020
- stage: release
2121
script: sbt ci-release

project/Settings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ object Settings {
8585
sourceGenerators.in(Compile) += customSourceGenerators.taskValue
8686
)
8787

88-
private val scala212 = "2.12.6"
88+
private val scala212 = "2.12.7"
8989
private val scala211 = "2.11.12"
9090

9191
lazy val shared = Seq(

0 commit comments

Comments
 (0)