Skip to content

Commit

Permalink
Switch to scala 2.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Dec 11, 2018
1 parent 811f749 commit c5e9378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
- env: MASTER=local
scala: 2.11.12
- env: MASTER=local
scala: 2.12.7
scala: 2.12.8
- env: MASTER=standalone STANDALONE_CACHE=$HOME/standalone-stuff
scala: 2.11.12
- env: MASTER=yarn-distrib YARN_CACHE=$HOME/yarn-stuff STANDALONE_CACHE=$HOME/yarn-cache
scala: 2.11.12
- env: MASTER=yarn YARN_CACHE=$HOME/yarn-stuff
scala: 2.11.12
- env: MASTER=yarn YARN_CACHE=$HOME/yarn-stuff
scala: 2.12.7
scala: 2.12.8
- stage: release
script: sbt ci-release
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Settings {
}

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

lazy val isAtLeast212 = setting {
CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down

0 comments on commit c5e9378

Please sign in to comment.