We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e6ec8c + e72eefa commit c630db6Copy full SHA for c630db6
build.sbt
@@ -49,7 +49,7 @@ lazy val core = project
49
name := "http4s-netty-core",
50
libraryDependencies ++= List(
51
"co.fs2" %% "fs2-reactive-streams" % "3.11.0",
52
- ("com.typesafe.netty" % "netty-reactive-streams-http" % "2.0.13")
+ ("com.typesafe.netty" % "netty-reactive-streams-http" % "2.0.14")
53
.exclude("io.netty", "netty-codec-http")
54
.exclude("io.netty", "netty-handler"),
55
"io.netty" % "netty-codec-http" % netty,
0 commit comments