Skip to content

Commit 7aaa056

Browse files
committed
community-build: Drop cats-effect-2
Cats Effect 3 has been released.
1 parent 3a1152f commit 7aaa056

File tree

4 files changed

+0
-14
lines changed

4 files changed

+0
-14
lines changed

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,6 @@
100100
[submodule "community-build/community-projects/requests-scala"]
101101
path = community-build/community-projects/requests-scala
102102
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
107103
[submodule "community-build/community-projects/cats-effect-3"]
108104
path = community-build/community-projects/cats-effect-3
109105
url = https://github.com/dotty-staging/cats-effect.git
Lines changed: 0 additions & 1 deletion
This file was deleted.

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -475,13 +475,6 @@ object projects:
475475
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",
476476
)
477477

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-
485478
lazy val catsEffect3 = SbtCommunityProject(
486479
project = "cats-effect-3",
487480
sbtTestCommand = "test",
@@ -741,7 +734,6 @@ def allProjects = List(
741734
projects.dottyCpsAsync,
742735
projects.scalaz,
743736
projects.endpoints4s,
744-
projects.catsEffect2,
745737
projects.catsEffect3,
746738
projects.scalaParallelCollections,
747739
projects.scalaCollectionCompat,

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ end CommunityBuildTestA
114114
@Category(Array(classOf[TestCategory]))
115115
class CommunityBuildTestB extends CommunityBuildTest:
116116
@Test def cats = projects.cats.run()
117-
@Test def catsEffect2 = projects.catsEffect2.run()
118117
@Test def catsEffect3 = projects.catsEffect3.run()
119118
@Test def catsMtl = projects.catsMtl.run()
120119
@Test def coop = projects.coop.run()

0 commit comments

Comments
 (0)