From 708bb4803fde397b5e913e015148fc09b582dbb6 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Sun, 16 Jan 2022 20:44:09 +0100 Subject: [PATCH] Latest akka snapshot and akka-http --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ee5a4612..fb368ed7 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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")