Skip to content

Commit 62fa220

Browse files
authored
Update async-http-client to 2.12.4 (#2383)
1 parent 8d0600b commit 62fa220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ lazy val asyncHttpClientBackend = (projectMatrix in file("async-http-client-back
567567
.settings(
568568
name := "async-http-client-backend",
569569
libraryDependencies ++= Seq(
570-
"org.asynchttpclient" % "async-http-client" % "2.12.3"
570+
"org.asynchttpclient" % "async-http-client" % "2.12.4"
571571
)
572572
)
573573
.dependsOn(core % compileAndTest)

0 commit comments

Comments
 (0)