Skip to content

Commit c630db6

Browse files
authored
Merge pull request #767 from http4s/update/series/0.5/netty-reactive-streams-http-2.0.14
Update netty-reactive-streams-http to 2.0.14 in series/0.5
2 parents 3e6ec8c + e72eefa commit c630db6

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
name := "http4s-netty-core",
5050
libraryDependencies ++= List(
5151
"co.fs2" %% "fs2-reactive-streams" % "3.11.0",
52-
("com.typesafe.netty" % "netty-reactive-streams-http" % "2.0.13")
52+
("com.typesafe.netty" % "netty-reactive-streams-http" % "2.0.14")
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)