Skip to content

Commit 22a4c6e

Browse files
committed
Remove all the dependencies
1 parent 79adadc commit 22a4c6e

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 = "set ThisBuild/tlFatalWarnings := false; test",
797797
sbtPublishCommand = "set ThisBuild/tlFatalWarnings := false; publishLocal",
798-
dependencies = () => List(catsEffect3, disciplineMunit, munitCatsEffect, scalacheckEffect)
798+
dependencies = () => Nil
799799
)
800800

801801
end projects

0 commit comments

Comments
 (0)