File tree Expand file tree Collapse file tree 4 files changed +0
-14
lines changed Expand file tree Collapse file tree 4 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 100
100
[submodule "community-build/community-projects/requests-scala "]
101
101
path = community-build/community-projects/requests-scala
102
102
url = https://github.com/dotty-staging/requests-scala.git
103
- [submodule "community-build/community-projects/cats-effect-2 "]
104
- path = community-build/community-projects/cats-effect-2
105
- url = https://github.com/dotty-staging/cats-effect.git
106
- branch = series/2.x
107
103
[submodule "community-build/community-projects/cats-effect-3 "]
108
104
path = community-build/community-projects/cats-effect-3
109
105
url = https://github.com/dotty-staging/cats-effect.git
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -475,13 +475,6 @@ object projects:
475
475
sbtDocCommand = " ;json-schemaJVM/doc ;algebraJVM/doc; openapiJVM/doc; http4s-server/doc ;http4s-client/doc ;play-server/doc ;play-client/doc ;akka-http-server/doc ;akka-http-client/doc" ,
476
476
)
477
477
478
- lazy val catsEffect2 = SbtCommunityProject (
479
- project = " cats-effect-2" ,
480
- sbtTestCommand = " test" ,
481
- sbtDocCommand = " ;coreJVM/doc ;lawsJVM/doc" ,
482
- dependencies = List (cats, disciplineMunit)
483
- )
484
-
485
478
lazy val catsEffect3 = SbtCommunityProject (
486
479
project = " cats-effect-3" ,
487
480
sbtTestCommand = " test" ,
@@ -741,7 +734,6 @@ def allProjects = List(
741
734
projects.dottyCpsAsync,
742
735
projects.scalaz,
743
736
projects.endpoints4s,
744
- projects.catsEffect2,
745
737
projects.catsEffect3,
746
738
projects.scalaParallelCollections,
747
739
projects.scalaCollectionCompat,
Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ end CommunityBuildTestA
114
114
@ Category (Array (classOf [TestCategory ]))
115
115
class CommunityBuildTestB extends CommunityBuildTest :
116
116
@ Test def cats = projects.cats.run()
117
- @ Test def catsEffect2 = projects.catsEffect2.run()
118
117
@ Test def catsEffect3 = projects.catsEffect3.run()
119
118
@ Test def catsMtl = projects.catsMtl.run()
120
119
@ Test def coop = projects.coop.run()
You can’t perform that action at this time.
0 commit comments