Skip to content

Commit cf0ab97

Browse files
committed
Community build: update cats-effect to latest upstream
Use withDottyCompat for dependencies that are not yet in the community build.
1 parent 962e605 commit cf0ab97

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Submodule cats-effect-2 updated 62 files

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,8 @@ object projects:
346346

347347
lazy val catsEffect3 = SbtCommunityProject(
348348
project = "cats-effect-3",
349-
sbtTestCommand = "testIfRelevant"
349+
sbtTestCommand = "test",
350+
dependencies = List(scalacheck)
350351
)
351352

352353
lazy val scalaParallelCollections = SbtCommunityProject(

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,8 @@ 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()
105+
@Test def catsEffect2 = projects.catsEffect2.run()
106+
@Test def catsEffect3 = projects.catsEffect3.run()
108107
// Temporarily disabled until problem discovered in comments to #9449 is fixed
109108
// @Test def dottyCpsAsync = projects.dottyCpsAsync.run()
110109
@Test def effpi = projects.effpi.run()

0 commit comments

Comments
 (0)