Skip to content

Commit 070f3cf

Browse files
committed
Update endpoints project in community build
Also, it has been renamed to endpoints4s in the meantime.
1 parent 757e431 commit 070f3cf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
path = community-build/community-projects/scalaz
9696
url = https://github.com/dotty-staging/scalaz.git
9797
[submodule "community-build/community-projects/endpoints"]
98-
path = community-build/community-projects/endpoints
98+
path = community-build/community-projects/endpoints4s
9999
url = https://github.com/dotty-staging/endpoints.git
100100
[submodule "community-build/community-projects/scas"]
101101
path = community-build/community-projects/scas
This file was deleted.
Submodule endpoints4s added at b271e1d

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ object projects:
295295
dependencies = List(scalacheck)
296296
)
297297

298-
lazy val endpoints = SbtCommunityProject(
299-
project = "endpoints",
298+
lazy val endpoints4s = SbtCommunityProject(
299+
project = "endpoints4s",
300300
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"
301301
)
302302

@@ -365,7 +365,7 @@ class CommunityBuildTest:
365365
@Test def betterfiles = projects.betterfiles.run()
366366
@Test def dottyCpsAsync = projects.dottyCpsAsync.run()
367367
@Test def effpi = projects.effpi.run()
368-
@Test def endpoints = projects.endpoints.run()
368+
@Test def endpoints4s = projects.endpoints4s.run()
369369
@Test def fastparse = projects.fastparse.run()
370370
@Test def geny = projects.geny.run()
371371
@Test def intent = projects.intent.run()

0 commit comments

Comments
 (0)