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 9e328c0 commit 0088be8Copy full SHA for 0088be8
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -617,6 +617,7 @@ object projects:
617
// No library with easy typeclasses to verify data against exist for Dotty, so no tests yet
618
// Until then I guess this mainly serves to check that it still compiles at all
619
sbtTestCommand = "dottyPerspectiveExamples/compile",
620
+ dependencies = List(cats)
621
)
622
623
end projects
0 commit comments