Skip to content

Commit

Permalink
akka-stream 2.6.17 (was 2.6.16)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 1, 2021
1 parent 66725c3 commit 45b1c8d
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 45b1c8d

Please sign in to comment.