From dbe098d8059de3304769382b1d76a8fd7a0852d9 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 16:22:53 +0000 Subject: [PATCH] Update fs2-reactive-streams to 3.9.3 in series/0.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d70d3f03..bd58fd6e 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ lazy val core = project .settings( name := "http4s-netty-core", libraryDependencies ++= List( - "co.fs2" %% "fs2-reactive-streams" % "3.9.2", + "co.fs2" %% "fs2-reactive-streams" % "3.9.3", ("com.typesafe.netty" % "netty-reactive-streams-http" % "2.0.10") .exclude("io.netty", "netty-codec-http") .exclude("io.netty", "netty-handler"),