File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 95
95
path = community-build/community-projects/scalaz
96
96
url = https://github.com/dotty-staging/scalaz.git
97
97
[submodule "community-build/community-projects/endpoints "]
98
- path = community-build/community-projects/endpoints
98
+ path = community-build/community-projects/endpoints4s
99
99
url = https://github.com/dotty-staging/endpoints.git
100
100
[submodule "community-build/community-projects/scas "]
101
101
path = community-build/community-projects/scas
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -295,8 +295,8 @@ object projects:
295
295
dependencies = List (scalacheck)
296
296
)
297
297
298
- lazy val endpoints = SbtCommunityProject (
299
- project = " endpoints " ,
298
+ lazy val endpoints4s = SbtCommunityProject (
299
+ project = " endpoints4s " ,
300
300
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"
301
301
)
302
302
@@ -365,7 +365,7 @@ class CommunityBuildTest:
365
365
@ Test def betterfiles = projects.betterfiles.run()
366
366
@ Test def dottyCpsAsync = projects.dottyCpsAsync.run()
367
367
@ Test def effpi = projects.effpi.run()
368
- @ Test def endpoints = projects.endpoints .run()
368
+ @ Test def endpoints4s = projects.endpoints4s .run()
369
369
@ Test def fastparse = projects.fastparse.run()
370
370
@ Test def geny = projects.geny.run()
371
371
@ Test def intent = projects.intent.run()
You can’t perform that action at this time.
0 commit comments