Skip to content

Commit 63dd97a

Browse files
committed
Add http4s to community build
1 parent fc7e8c3 commit 63dd97a

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,6 @@
219219
[submodule "community-build/community-projects/spire"]
220220
path = community-build/community-projects/spire
221221
url = https://github.com/dotty-staging/spire.git
222+
[submodule "community-build/community-projects/http4s"]
223+
path = community-build/community-projects/http4s
224+
url = https://github.com/http4s/http4s.git
Submodule http4s added at 093f699

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,13 @@ object projects:
745745
dependencies = List(cats, disciplineMunit)
746746
)
747747

748+
lazy val http4s = SbtCommunityProject(
749+
project = "http4s",
750+
sbtTestCommand = "test",
751+
sbtPublishCommand = "publishLocal",
752+
dependencies = List(cats, catsEffect3, fs2, disciplineMunit, munitCatsEffect, scalacheckEffect)
753+
)
754+
748755
end projects
749756

750757
def allProjects = List(
@@ -824,6 +831,8 @@ def allProjects = List(
824831
projects.libretto,
825832
projects.jacksonModuleScala,
826833
projects.specs2,
834+
projects.spire,
835+
projects.http4s,
827836
)
828837

829838
lazy val projectMap = allProjects.groupBy(_.project)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ class CommunityBuildTestC:
6666
@Test def fansi = projects.fansi.run()
6767
@Test def fastparse = projects.fastparse.run()
6868
@Test def geny = projects.geny.run()
69+
@Test def http4s = projects.http4s.run()
6970
@Test def intent = projects.intent.run()
7071
@Test def jacksonModuleScala = projects.jacksonModuleScala.run()
7172
@Test def libretto = projects.libretto.run()

0 commit comments

Comments
 (0)