Merge pull request #3686 from zy4/patch-1

upgrade akka to 2.4.20
This commit is contained in:
Thibault Duplessis 2017-10-13 18:07:50 -05:00 committed by GitHub
commit 5f1483daf9

View file

@ -57,7 +57,7 @@ object Dependencies {
val test = "com.typesafe.play" %% "play-test" % version
}
object akka {
val version = "2.4.16"
val version = "2.4.20"
val actor = "com.typesafe.akka" %% "akka-actor" % version
val slf4j = "com.typesafe.akka" %% "akka-slf4j" % version
}