Skip to content

Commit

Permalink
Upgrade to Akka 2.5.25
Browse files Browse the repository at this point in the history
  • Loading branch information
jroper committed Aug 23, 2019
1 parent 87a5026 commit 8dc9136
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ name := "cloudstate"

val GrpcJavaVersion = "1.22.1"
val GraalAkkaVersion = "0.4.1"
val AkkaVersion = "2.5.23-jroper-rebalance-fix-1"
val AkkaVersion = "2.5.25"
val AkkaHttpVersion = "10.1.9"
val AkkaManagementVersion = "1.0.1"
val AkkaPersistenceCassandraVersion = "0.96"
Expand Down Expand Up @@ -428,6 +428,7 @@ lazy val `java-support` = (project in file("java-support"))

"com.typesafe.akka" %% "akka-stream" % AkkaVersion,
"com.typesafe.akka" %% "akka-slf4j" % AkkaVersion,
"com.typesafe.akka" %% "akka-discovery" % AkkaVersion,
"com.typesafe.akka" %% "akka-http" % AkkaHttpVersion,
"com.typesafe.akka" %% "akka-http-spray-json" % AkkaHttpVersion,
"com.typesafe.akka" %% "akka-http-core" % AkkaHttpVersion,
Expand Down

0 comments on commit 8dc9136

Please sign in to comment.