We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b208ea commit 493e0cfCopy full SHA for 493e0cf
build.sbt
@@ -39,7 +39,7 @@ lazy val core = project.in(file("core"))
39
.settings(
40
name := "fs2-netty",
41
libraryDependencies ++= Seq(
42
- "io.netty" % "netty-all" % "4.1.68.Final",
+ "io.netty" % "netty-all" % "4.1.69.Final",
43
"com.comcast" %% "ip4s-core" % "3.0.3",
44
"co.fs2" %% "fs2-core" % Fs2Version,
45
0 commit comments