Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update async-http-client to 3.0.0 in series/0.23 #889

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Dependencies {
lazy val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.13"
lazy val twitterHPACK = "com.twitter" % "hpack" % "1.0.2"
lazy val asyncHttpClient = "org.asynchttpclient" % "async-http-client" % "2.12.3"
lazy val asyncHttpClient = "org.asynchttpclient" % "async-http-client" % "3.0.0"
lazy val log4s = "org.log4s" %% "log4s" % "1.10.0"
lazy val munit = "org.scalameta" %% "munit" % "1.0.0-M6"
lazy val scalacheckMunit = "org.scalameta" %% "munit-scalacheck" % munit.revision
Expand Down