Skip to content

Commit

Permalink
akka-http 10.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Aug 10, 2021
1 parent 21b95fb commit 33d2d33
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 asyncHttpClient = Seq("org.asynchttpclient" % "async-http-client" % "2.12.3")

val akkaStreams = Seq("com.typesafe.akka" %% "akka-stream" % "2.6.15")
val akkaHttp = Seq("com.typesafe.akka" %% "akka-http" % "10.2.4")
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 33d2d33

Please sign in to comment.