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 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
Load Diff This file was deleted.
Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ end CommunityBuildTestA
114114@ Category (Array (classOf [TestCategory ]))
115115class 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()
You can’t perform that action at this time.
0 commit comments