Skip to content

Commit 4096f25

Browse files
Update netty-all to 4.1.117.Final
1 parent 9669513 commit 4096f25

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
@@ -39,7 +39,7 @@ lazy val core = project.in(file("core"))
3939
.settings(
4040
name := "fs2-netty",
4141
libraryDependencies ++= Seq(
42-
"io.netty" % "netty-all" % "4.1.69.Final",
42+
"io.netty" % "netty-all" % "4.1.117.Final",
4343
"com.comcast" %% "ip4s-core" % "3.0.3",
4444
"co.fs2" %% "fs2-core" % Fs2Version,
4545

0 commit comments

Comments
 (0)