File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 9494[submodule "community-build/community-projects/scalaz "]
9595 path = community-build/community-projects/scalaz
9696 url = https://github.com/dotty-staging/scalaz.git
97+ [submodule "community-build/community-projects/endpoints "]
98+ path = community-build/community-projects/endpoints
99+ url = https://github.com/dotty-staging/endpoints.git
Original file line number Diff line number Diff line change @@ -284,6 +284,11 @@ object projects:
284284 dependencies = List (scalacheck)
285285 )
286286
287+ lazy val endpoints = SbtCommunityProject (
288+ project = " endpoints" ,
289+ sbtTestCommand = " ;json-schemaJVM/compile;algebraJVM/compile;openapiJVM/compile;http4s-server/compile;http4s-client/compile;play-server/compile;play-client/compile;akka-http-server/compile;akka-http-client/compile"
290+ )
291+
287292end projects
288293
289294@ Category (Array (classOf [TestCategory ]))
@@ -376,6 +381,7 @@ class CommunityBuildTest:
376381 @ Test def scalaParserCombinators = projects.scalaParserCombinators.run()
377382 @ Test def dottyCpsAsync = projects.dottyCpsAsync.run()
378383 @ Test def scalaz = projects.scalaz.run()
384+ @ Test def endpoints = projects.endpoints.run()
379385end CommunityBuildTest
380386
381387class TestCategory
You can’t perform that action at this time.
0 commit comments