Skip to content

Commit

Permalink
Merge pull request playframework#615 from scala-steward/update/akka-s…
Browse files Browse the repository at this point in the history
…tream-2.6.17

akka-stream 2.6.17 (was 2.6.16)
  • Loading branch information
cchantep authored Nov 11, 2021
2 parents 6ce74e9 + 45b1c8d commit a351db5
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 @@ -43,7 +43,7 @@ object Dependencies {

val asyncHttpClient = Seq("org.asynchttpclient" % "async-http-client" % "2.12.3")

val akkaStreams = Seq("com.typesafe.akka" %% "akka-stream" % "2.6.16")
val akkaStreams = Seq("com.typesafe.akka" %% "akka-stream" % "2.6.17")
val akkaHttp = Seq("com.typesafe.akka" %% "akka-http" % "10.2.6")

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

0 comments on commit a351db5

Please sign in to comment.