Skip to content

Commit aa2ce93

Browse files
committed
remove explicit dependency of fs2
1 parent 273a898 commit aa2ce93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ lazy val core = project
4949
.settings(
5050
name := "http4s-netty-core",
5151
libraryDependencies ++= List(
52-
"co.fs2" %% "fs2-core" % "3.12.0",
5352
"org.reactivestreams" % "reactive-streams-flow-adapters" % "1.0.2",
5453
("org.playframework.netty" % "netty-reactive-streams-http" % "3.0.6")
5554
.exclude("io.netty", "netty-codec-http")

0 commit comments

Comments
 (0)