Skip to content

Commit e557600

Browse files
authored
Merge pull request #729 from http4s/update/main/netty-reactive-streams-http-3.0.3
Update netty-reactive-streams-http to 3.0.3 in main
2 parents 3f6d6b6 + a7b99ab commit e557600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lazy val core = project
4949
libraryDependencies ++= List(
5050
"org.log4s" %% "log4s" % "1.10.0",
5151
"co.fs2" %% "fs2-reactive-streams" % "3.11.0",
52-
("org.playframework.netty" % "netty-reactive-streams-http" % "3.0.2")
52+
("org.playframework.netty" % "netty-reactive-streams-http" % "3.0.3")
5353
.exclude("io.netty", "netty-codec-http")
5454
.exclude("io.netty", "netty-handler"),
5555
"io.netty" % "netty-codec-http" % netty,

0 commit comments

Comments
 (0)