Skip to content

Commit

Permalink
Update akka-stream to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and marcospereira committed Dec 11, 2019
1 parent 1c61402 commit a37e297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ object Dependencies {
val asyncHttpClientVersion = "2.10.4"
val asyncHttpClient = Seq("org.asynchttpclient" % "async-http-client" % asyncHttpClientVersion)

val akkaVersion = "2.6.0"
val akkaVersion = "2.6.1"
val akkaStreams = Seq("com.typesafe.akka" %% "akka-stream" % akkaVersion)
val akkaHttp = Seq("com.typesafe.akka" %% "akka-http" % "10.1.11")

Expand Down

0 comments on commit a37e297

Please sign in to comment.