Skip to content

Commit d3446c9

Browse files
committed
community build: Update Typelevel stack to latest upstream
Update most of the projects in `community_build_b`: - scalacheck - discipline - discipline-munit - simulacrum-scalafix - cats - cats-mtl - coop - discipline-specs2 - cats-effect-3 - scodec-bits - scodec
1 parent 4410752 commit d3446c9

File tree

12 files changed

+12
-14
lines changed

12 files changed

+12
-14
lines changed
Submodule cats updated 133 files
Submodule cats-mtl updated 69 files
Submodule scalacheck updated 87 files
Submodule scodec updated 120 files

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,6 @@ object projects:
426426
sbtPublishCommand = "coreJVM/publishLocal;coreJS/publishLocal",
427427
sbtDocCommand = "coreJVM/doc",
428428
dependencies = List(munit),
429-
requiresExperimental = true,
430429
)
431430

432431
lazy val scodec = SbtCommunityProject(
@@ -435,7 +434,6 @@ object projects:
435434
// Adds <empty> package
436435
sbtDocCommand = "coreJVM/doc",
437436
dependencies = List(munit, scodecBits),
438-
requiresExperimental = true,
439437
)
440438

441439
lazy val scalaParserCombinators = SbtCommunityProject(
@@ -520,7 +518,7 @@ object projects:
520518

521519
lazy val disciplineMunit = SbtCommunityProject(
522520
project = "discipline-munit",
523-
sbtTestCommand = "test",
521+
sbtTestCommand = "coreJVM/test;coreJS/test",
524522
sbtPublishCommand = "coreJVM/publishLocal;coreJS/publishLocal",
525523
dependencies = List(discipline, munit)
526524
)

0 commit comments

Comments
 (0)