Skip to content

Commit

Permalink
Merge pull request #889 from http4s/update/series/0.23/async-http-cli…
Browse files Browse the repository at this point in the history
…ent-3.0.0

Update async-http-client to 3.0.0 in series/0.23
  • Loading branch information
rossabaker authored Oct 16, 2024
2 parents d3a1282 + d8dd1c2 commit ff6f913
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit ff6f913

Please sign in to comment.