Skip to content

Commit d2d9514

Browse files
authored
Remove fs2 from http4s dependencies
1 parent 470eb9c commit d2d9514

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
@@ -787,7 +787,7 @@ object projects:
787787
project = "http4s",
788788
sbtTestCommand = "test",
789789
sbtPublishCommand = "publishLocal",
790-
dependencies = () => List(cats, catsEffect3, fs2, disciplineMunit, munitCatsEffect, scalacheckEffect)
790+
dependencies = () => List(cats, catsEffect3, disciplineMunit, munitCatsEffect, scalacheckEffect)
791791
)
792792

793793
end projects

0 commit comments

Comments
 (0)