Skip to content

Commit

Permalink
Add http4s to community build
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Jan 26, 2022
1 parent cde9565 commit 470eb9c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,6 @@
[submodule "community-build/community-projects/scalacheck-forward-compat"]
path = community-build/community-projects/scalacheck-forward-compat
url = https://github.com/dotty-staging/scalacheck
[submodule "community-build/community-projects/http4s"]
path = community-build/community-projects/http4s
url = https://github.com/http4s/http4s.git
1 change: 1 addition & 0 deletions community-build/community-projects/http4s
Submodule http4s added at fc0a18
11 changes: 10 additions & 1 deletion community-build/src/scala/dotty/communitybuild/projects.scala
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,13 @@ object projects:
dependencies = () => List(cats, disciplineMunit)
)

lazy val http4s = SbtCommunityProject(
project = "http4s",
sbtTestCommand = "test",
sbtPublishCommand = "publishLocal",
dependencies = () => List(cats, catsEffect3, fs2, disciplineMunit, munitCatsEffect, scalacheckEffect)
)

end projects

lazy val forwardCompatMapping = Map[CommunityProject, CommunityProject](
Expand Down Expand Up @@ -885,7 +892,9 @@ def allProjects = List(
projects.jacksonModuleScala,
projects.specs2,
projects.coop,
projects.coopForwardCompat
projects.coopForwardCompat,
projects.spire,
projects.http4s
)

lazy val projectMap = allProjects.groupBy(_.project)
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class CommunityBuildTestC:
@Test def fansi = projects.fansi.run()
@Test def fastparse = projects.fastparse.run()
@Test def geny = projects.geny.run()
@Test def http4s = projects.http4s.run()
@Test def intent = projects.intent.run()
@Test def jacksonModuleScala = projects.jacksonModuleScala.run()
@Test def libretto = projects.libretto.run()
Expand Down

0 comments on commit 470eb9c

Please sign in to comment.