Skip to content

Commit

Permalink
Akka 2.6.0-M8 for nightly builds (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Sep 29, 2019
1 parent ba3a114 commit 117ad66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -8,7 +8,7 @@ val Nightly = sys.env.get("TRAVIS_EVENT_TYPE").contains("cron")

val Scala211 = "2.11.12"
val Scala213 = "2.13.0"
val akkaVersion = if (Nightly) "2.6.0-M4" else "2.5.23"
val akkaVersion = if (Nightly) "2.6.0-M8" else "2.5.23"
val kafkaVersion = "2.1.1"
val kafkaVersionForDocs = "21"
val scalatestVersion = "3.0.8"
Expand Down

0 comments on commit 117ad66

Please sign in to comment.