Skip to content

Commit

Permalink
Merge pull request #408 from dwijnand/akka-2.6.0-M8
Browse files Browse the repository at this point in the history
Update to Akka 2.6.0-M8
  • Loading branch information
mergify[bot] authored Oct 14, 2019
2 parents a493869 + 19afc72 commit ce7f1fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ object Dependencies {
val asyncHttpClientVersion = "2.10.2"
val asyncHttpClient = Seq("org.asynchttpclient" % "async-http-client" % asyncHttpClientVersion)

val akkaVersion = "2.6.0-M7"
val akkaVersion = "2.6.0-M8"
val akkaStreams = Seq("com.typesafe.akka" %% "akka-stream" % akkaVersion)
val akkaHttp = Seq("com.typesafe.akka" %% "akka-http" % "10.1.9")
val akkaHttp = Seq("com.typesafe.akka" %% "akka-http" % "10.1.10")

val reactiveStreams = Seq("org.reactivestreams" % "reactive-streams" % "1.0.3")

Expand Down

0 comments on commit ce7f1fe

Please sign in to comment.