From 8ebf7123ea46b7b0c0147926390cff8268e25c5d Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 3 Dec 2024 00:34:09 +0000 Subject: [PATCH] Update async-http-client to 3.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ebb13ae52..8c8cddfec 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.1" ) ) .dependsOn(core % compileAndTest)