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 1dc4064 commit 3f457efCopy full SHA for 3f457ef
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -517,7 +517,7 @@ object projects:
517
518
lazy val cats = SbtCommunityProject(
519
project = "cats",
520
- sbtTestCommand = "catsJVM/test;catsJS/test",
+ sbtTestCommand = "catsJVM/test",
521
sbtPublishCommand = "catsJVM/publishLocal;catsJS/publishLocal",
522
dependencies = List(discipline, disciplineMunit, scalacheck, simulacrumScalafixAnnotations)
523
)
0 commit comments