We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0600b commit 62fa220Copy full SHA for 62fa220
build.sbt
@@ -567,7 +567,7 @@ lazy val asyncHttpClientBackend = (projectMatrix in file("async-http-client-back
567
.settings(
568
name := "async-http-client-backend",
569
libraryDependencies ++= Seq(
570
- "org.asynchttpclient" % "async-http-client" % "2.12.3"
+ "org.asynchttpclient" % "async-http-client" % "2.12.4"
571
)
572
573
.dependsOn(core % compileAndTest)
0 commit comments