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.
1 parent 3d75ec5 commit 32bdf18Copy full SHA for 32bdf18
.travis.yml
@@ -16,6 +16,6 @@ stages:
16
jobs:
17
include:
18
- scala: 2.11.12
19
- - scala: 2.12.6
+ - scala: 2.12.7
20
- stage: release
21
script: sbt ci-release
project/Settings.scala
@@ -85,7 +85,7 @@ object Settings {
85
sourceGenerators.in(Compile) += customSourceGenerators.taskValue
86
)
87
88
- private val scala212 = "2.12.6"
+ private val scala212 = "2.12.7"
89
private val scala211 = "2.11.12"
90
91
lazy val shared = Seq(
0 commit comments