Skip to content

Commit

Permalink
Update netty-reactive-streams-http to 3.0.3 in main
Browse files Browse the repository at this point in the history
  • Loading branch information
http4s-steward[bot] committed Nov 14, 2024
1 parent 3f6d6b6 commit a7b99ab
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 @@ -49,7 +49,7 @@ lazy val core = project
libraryDependencies ++= List(
"org.log4s" %% "log4s" % "1.10.0",
"co.fs2" %% "fs2-reactive-streams" % "3.11.0",
("org.playframework.netty" % "netty-reactive-streams-http" % "3.0.2")
("org.playframework.netty" % "netty-reactive-streams-http" % "3.0.3")
.exclude("io.netty", "netty-codec-http")
.exclude("io.netty", "netty-handler"),
"io.netty" % "netty-codec-http" % netty,
Expand Down

0 comments on commit a7b99ab

Please sign in to comment.