We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273a898 commit aa2ce93Copy full SHA for aa2ce93
build.sbt
@@ -49,7 +49,6 @@ lazy val core = project
49
.settings(
50
name := "http4s-netty-core",
51
libraryDependencies ++= List(
52
- "co.fs2" %% "fs2-core" % "3.12.0",
53
"org.reactivestreams" % "reactive-streams-flow-adapters" % "1.0.2",
54
("org.playframework.netty" % "netty-reactive-streams-http" % "3.0.6")
55
.exclude("io.netty", "netty-codec-http")
0 commit comments