Skip to content

Commit

Permalink
Upgrade http3 codec
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis committed Apr 22, 2024
1 parent 6d4f04a commit dfaaa89
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 @@ -104,7 +104,7 @@ lazy val client = project
"org.http4s" %% "http4s-client" % http4sVersion,
"io.netty" % "netty-codec-http2" % netty,
"io.netty" % "netty-handler-proxy" % netty,
"io.netty.incubator" % "netty-incubator-codec-http3" % "0.0.25.Final",
"io.netty.incubator" % "netty-incubator-codec-http3" % "0.0.28.Final",
"org.http4s" %% "http4s-client-testkit" % http4sVersion % Test,
"org.http4s" %% "http4s-ember-server" % http4sVersion % Test,
"org.http4s" %% "http4s-dsl" % http4sVersion % Test,
Expand Down

0 comments on commit dfaaa89

Please sign in to comment.