Skip to content

Commit

Permalink
Upgrade akka libraries to current release (#225)
Browse files Browse the repository at this point in the history
* Upgrade akka libraries to be compatible with current release

* Upgrade akka to 2.5.9
  • Loading branch information
shasts authored and marcospereira committed Jan 15, 2018
1 parent ce6eaea commit a20ac4b
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.0.36"
val asyncHttpClient = Seq("org.asynchttpclient" % "async-http-client" % asyncHttpClientVersion)

val akkaVersion = "2.5.3"
val akkaVersion = "2.5.9"
val akkaStreams = Seq("com.typesafe.akka" %% "akka-stream" % akkaVersion)
val akkaHttp = Seq("com.typesafe.akka" %% "akka-http" % "10.0.8")
val akkaHttp = Seq("com.typesafe.akka" %% "akka-http" % "10.0.11")

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

Expand Down

0 comments on commit a20ac4b

Please sign in to comment.