From 07e6b80900faef4b55ab4f7ca619450b9dee9992 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 30 Jul 2024 00:25:04 +0000 Subject: [PATCH] Update async-http-client to 3.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ac3ebc305..c9aae167b 100644 --- a/build.sbt +++ b/build.sbt @@ -584,7 +584,7 @@ lazy val asyncHttpClientBackend = (projectMatrix in file("async-http-client-back .settings( name := "async-http-client-backend", libraryDependencies ++= Seq( - "org.asynchttpclient" % "async-http-client" % "2.12.3" + "org.asynchttpclient" % "async-http-client" % "3.0.0" ) ) .dependsOn(core % compileAndTest)