Skip to content

Commit 49e0458

Browse files
committed
have the latest play-json version
1 parent 4e081e2 commit 49e0458

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Submodule play-json updated 137 files

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -671,9 +671,9 @@ object projects:
671671

672672
lazy val playJson = SbtCommunityProject(
673673
project = "play-json",
674-
sbtTestCommand = "test",
675-
sbtPublishCommand = "publishLocal",
676-
dependencies = List(scalatest, scalatestplusScalacheck),
674+
sbtTestCommand = "play-jsonJVM/test; play-jsonJS/test; play-functionalJVM/test; play-functionalJS/test; play-json-joda/test",
675+
sbtPublishCommand = "play-jsonJVM/publishLocal; play-jsonJS/publishLocal; play-functionalJVM/publishLocal; play-functionalJS/publishLocal; play-json-joda/publishLocal",
676+
//dependencies = List(scalatest, scalatestplusScalacheck),
677677
)
678678

679679
lazy val munitCatsEffect = SbtCommunityProject(

0 commit comments

Comments
 (0)