Skip to content

Commit d989ad3

Browse files
Update netty-reactive-streams-http to 3.0.7 in main
1 parent 42c8d12 commit d989ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
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.6")
52+
("org.playframework.netty" % "netty-reactive-streams-http" % "3.0.7")
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)