We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79adadc commit 22a4c6eCopy full SHA for 22a4c6e
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -795,7 +795,7 @@ object projects:
795
project = "http4s",
796
sbtTestCommand = "set ThisBuild/tlFatalWarnings := false; test",
797
sbtPublishCommand = "set ThisBuild/tlFatalWarnings := false; publishLocal",
798
- dependencies = () => List(catsEffect3, disciplineMunit, munitCatsEffect, scalacheckEffect)
+ dependencies = () => Nil
799
)
800
801
end projects
0 commit comments