Skip to content

Commit 8ea5e4b

Browse files
committed
Remove fs2 from http4s dependencies
1 parent 2c66e14 commit 8ea5e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ object projects:
795795
project = "http4s",
796796
sbtTestCommand = "test",
797797
sbtPublishCommand = "publishLocal",
798-
dependencies = () => List(cats, catsEffect3, fs2, disciplineMunit, munitCatsEffect, scalacheckEffect)
798+
dependencies = () => List(cats, catsEffect3, disciplineMunit, munitCatsEffect, scalacheckEffect)
799799
)
800800

801801
end projects

0 commit comments

Comments
 (0)