Skip to content

Commit 30a387f

Browse files
committed
dep: sync with latest cats in staging
1 parent d30ad71 commit 30a387f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Submodule cats updated 942 files

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,8 @@ object projects:
548548

549549
lazy val cats = SbtCommunityProject(
550550
project = "cats",
551-
sbtTestCommand = "set Global/scalaJSStage := FastOptStage;buildJVM;validateAllJS",
552-
sbtPublishCommand = "catsJVM/publishLocal;catsJS/publishLocal",
551+
sbtTestCommand = "set Global/scalaJSStage := FastOptStage;rootJVM/test;rootJS/test",
552+
sbtPublishCommand = "rootJVM/publishLocal;rootJS/publishLocal",
553553
dependencies = List(discipline, disciplineMunit, scalacheck, simulacrumScalafixAnnotations),
554554
scalacOptions = SbtCommunityProject.scalacOptions.filter(_ != "-Ysafe-init") // disable -Ysafe-init, due to -Xfatal-warning
555555

0 commit comments

Comments
 (0)