Skip to content

Commit 1dc4064

Browse files
committed
community build: Update cats-effect to latest upstream
1 parent 73f7e17 commit 1dc4064

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed
Submodule cats-effect-2 updated 62 files

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -459,15 +459,15 @@ object projects:
459459
lazy val catsEffect2 = SbtCommunityProject(
460460
project = "cats-effect-2",
461461
sbtTestCommand = "test",
462-
// Currently is excluded from community build
463-
// sbtDocCommand = ";coreJVM/doc ;lawsJVM/doc",
462+
sbtDocCommand = ";coreJVM/doc ;lawsJVM/doc",
463+
dependencies = List(cats, disciplineMunit)
464464
)
465465

466466
lazy val catsEffect3 = SbtCommunityProject(
467467
project = "cats-effect-3",
468-
sbtTestCommand = "testIfRelevant",
469-
// The problem is that testIfRelevant does not compile and project does not compile
470-
// sbtDocCommand = ";coreJVM/doc ;lawsJVM/doc ;kernelJVM/doc",
468+
sbtTestCommand = "test",
469+
sbtDocCommand = ";coreJVM/doc ;lawsJVM/doc ;kernelJVM/doc",
470+
dependencies = List(cats, coop, disciplineSpecs2, scalacheck)
471471
)
472472

473473
lazy val scalaParallelCollections = SbtCommunityProject(

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,9 @@ end CommunityBuildTestA
102102
class CommunityBuildTestB extends CommunityBuildTest:
103103
@Test def algebra = projects.algebra.run()
104104
@Test def betterfiles = projects.betterfiles.run()
105-
// temporarily disabled due to lampepfl/dotty#10478
106-
//@Test def catsEffect2 = projects.catsEffect2.run()
107-
//@Test def catsEffect3 = projects.catsEffect3.run()
108105
@Test def cats = projects.cats.run()
106+
@Test def catsEffect2 = projects.catsEffect2.run()
107+
@Test def catsEffect3 = projects.catsEffect3.run()
109108
@Test def catsMtl = projects.catsMtl.run()
110109
@Test def coop = projects.coop.run()
111110
@Test def discipline = projects.discipline.run()

0 commit comments

Comments
 (0)