Skip to content

Commit

Permalink
Upgrade Scala version to 2.12.8. (#26039)
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin authored and chbatey committed Dec 4, 2018
1 parent b649b4e commit 895cd70
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 @@ -3,7 +3,7 @@ language: scala
sudo: false

scala:
- "2.12.7"
- "2.12.8"
- "2.11.12"

jdk:
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -21,7 +21,7 @@ object Dependencies {
val aeronVersion = "1.12.0"

val Versions = Seq(
crossScalaVersions := Seq("2.12.7", "2.11.12"),
crossScalaVersions := Seq("2.12.8", "2.11.12"),
scalaVersion := System.getProperty("akka.build.scalaVersion", crossScalaVersions.value.head),
scalaStmVersion := sys.props.get("akka.build.scalaStmVersion").getOrElse("0.8"),
scalaCheckVersion := sys.props.get("akka.build.scalaCheckVersion").getOrElse(
Expand Down

0 comments on commit 895cd70

Please sign in to comment.