Skip to content

Commit 3c93ad6

Browse files
committed
dep: sync with latest munit-cats-effect and scalacheck
1 parent 30a387f commit 3c93ad6

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed
Submodule scalacheck updated 89 files

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,8 @@ object projects:
265265

266266
lazy val scalacheck = SbtCommunityProject(
267267
project = "scalacheck",
268-
sbtTestCommand = "jvm/test;js/test",
269-
sbtPublishCommand = "jvm/publishLocal;js/publishLocal",
270-
sbtDocCommand = forceDoc("jvm")
268+
sbtTestCommand = "coreJVM/test;coreJS/test",
269+
sbtPublishCommand = "coreJVM/publishLocal;coreJS/publishLocal"
271270
)
272271

273272
lazy val scalatest: SbtCommunityProject = SbtCommunityProject(

0 commit comments

Comments
 (0)