Skip to content

Commit 4a5faec

Browse files
authored
Remove cats dependency
1 parent fcdb6ef commit 4a5faec

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 = "set ThisBuild/tlFatalWarnings := false; test",
789789
sbtPublishCommand = "set ThisBuild/tlFatalWarnings := false; publishLocal",
790-
dependencies = () => List(cats, catsEffect3, disciplineMunit, munitCatsEffect, scalacheckEffect)
790+
dependencies = () => List(catsEffect3, disciplineMunit, munitCatsEffect, scalacheckEffect)
791791
)
792792

793793
end projects

0 commit comments

Comments
 (0)