Skip to content

Commit

Permalink
Latest akka snapshot and akka-http
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jan 16, 2022
1 parent e1d5742 commit 708bb48
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 @@ -48,9 +48,9 @@ object Dependencies {
val asyncHttpClientVersion = "2.10.5"
val asyncHttpClient = Seq("org.asynchttpclient" % "async-http-client" % asyncHttpClientVersion)

val akkaVersion = "2.6.1"
val akkaVersion = "2.6.18+31-9d0684d8-SNAPSHOT"
val akkaStreams = Seq("com.typesafe.akka" %% "akka-stream" % akkaVersion)
val akkaHttp = Seq("com.typesafe.akka" %% "akka-http" % "10.1.11")
val akkaHttp = Seq("com.typesafe.akka" %% "akka-http" % "10.1.15")

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

Expand Down

0 comments on commit 708bb48

Please sign in to comment.