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 4a5faec commit 37f92e8Copy full SHA for 37f92e8
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -787,7 +787,7 @@ object projects:
787
project = "http4s",
788
sbtTestCommand = "set ThisBuild/tlFatalWarnings := false; test",
789
sbtPublishCommand = "set ThisBuild/tlFatalWarnings := false; publishLocal",
790
- dependencies = () => List(catsEffect3, disciplineMunit, munitCatsEffect, scalacheckEffect)
+ dependencies = () => Nil
791
)
792
793
end projects
0 commit comments