Skip to content

Commit

Permalink
Update async-http-client to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Dec 3, 2024
1 parent 5e14cf8 commit 6dc2214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lazy val async = module("async")
buildInfoPackage := "httpz.async",
buildInfoObject := "BuildInfoHttpzAsync",
libraryDependencies ++= Seq(
"org.asynchttpclient" % "async-http-client" % "3.0.0"
"org.asynchttpclient" % "async-http-client" % "3.0.1"
)
)
.dependsOn(httpz, tests % "test")
Expand Down

0 comments on commit 6dc2214

Please sign in to comment.