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 86d7ffd commit ac9629cCopy full SHA for ac9629c
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -633,6 +633,7 @@ object projects:
633
// No library with easy typeclasses to verify data against exist for Dotty, so no tests yet
634
// Until then I guess this mainly serves to check that it still compiles at all
635
sbtTestCommand = "dottyPerspectiveExamples/compile",
636
+ dependencies = List(cats)
637
)
638
639
end projects
0 commit comments