Skip to content

Commit

Permalink
Switch to scala 2.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Oct 5, 2018
1 parent 3d75ec5 commit 32bdf18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,6 +16,6 @@ stages:
jobs:
include:
- scala: 2.11.12
- scala: 2.12.6
- scala: 2.12.7
- stage: release
script: sbt ci-release
2 changes: 1 addition & 1 deletion project/Settings.scala
Expand Up @@ -85,7 +85,7 @@ object Settings {
sourceGenerators.in(Compile) += customSourceGenerators.taskValue
)

private val scala212 = "2.12.6"
private val scala212 = "2.12.7"
private val scala211 = "2.11.12"

lazy val shared = Seq(
Expand Down

0 comments on commit 32bdf18

Please sign in to comment.