Skip to content

Commit 5e9dc9a

Browse files
committed
Fix compile
1 parent 4835d1a commit 5e9dc9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

+1-1
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, fs2, disciplineMunit, munitCatsEffect, scalacheckEffect)
791791
)
792792

793793
end projects

0 commit comments

Comments
 (0)