Skip to content

Commit

Permalink
Update netty-all to 4.1.112.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Jul 19, 2024
1 parent 9669513 commit 725c8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ lazy val core = project.in(file("core"))
.settings(
name := "fs2-netty",
libraryDependencies ++= Seq(
"io.netty" % "netty-all" % "4.1.69.Final",
"io.netty" % "netty-all" % "4.1.112.Final",
"com.comcast" %% "ip4s-core" % "3.0.3",
"co.fs2" %% "fs2-core" % Fs2Version,

Expand Down

0 comments on commit 725c8ed

Please sign in to comment.