Skip to content

Commit

Permalink
Merge pull request #573 from http4s/update/series/0.5/fs2-reactive-st…
Browse files Browse the repository at this point in the history
…reams-3.9.3

Update fs2-reactive-streams to 3.9.3 in series/0.5
  • Loading branch information
hamnis authored Nov 14, 2023
2 parents 14c16b4 + dbe098d commit 1d285d4
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 @@ -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"),
Expand Down

0 comments on commit 1d285d4

Please sign in to comment.