Skip to content

Commit a7b99ab

Browse files
Update netty-reactive-streams-http to 3.0.3 in main
1 parent 3f6d6b6 commit a7b99ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)