From e6f52c64398af8bb80beffc9e177b215a0d955a5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 3 Dec 2024 14:00:44 +0000 Subject: [PATCH] Update async-http-client to 3.0.1 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 807d086..579efee 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -20,7 +20,7 @@ object V { // java-only dependencies below // java, we need it bcs http4s ws client isn't ready yet - val asynchttpclient = "3.0.0" + val asynchttpclient = "3.0.1" val slf4j = "1.7.30" val typesafe_config = "1.4.3"