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 4e081e2 commit 49e0458Copy full SHA for 49e0458
community-build/community-projects/play-json
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -671,9 +671,9 @@ object projects:
671
672
lazy val playJson = SbtCommunityProject(
673
project = "play-json",
674
- sbtTestCommand = "test",
675
- sbtPublishCommand = "publishLocal",
676
- dependencies = List(scalatest, scalatestplusScalacheck),
+ sbtTestCommand = "play-jsonJVM/test; play-jsonJS/test; play-functionalJVM/test; play-functionalJS/test; play-json-joda/test",
+ sbtPublishCommand = "play-jsonJVM/publishLocal; play-jsonJS/publishLocal; play-functionalJVM/publishLocal; play-functionalJS/publishLocal; play-json-joda/publishLocal",
+ //dependencies = List(scalatest, scalatestplusScalacheck),
677
)
678
679
lazy val munitCatsEffect = SbtCommunityProject(
0 commit comments