Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,6 @@
[submodule "community-build/community-projects/endpoints"]
path = community-build/community-projects/endpoints
url = https://github.com/dotty-staging/endpoints.git
[submodule "community-build/community-projects/scas"]
path = community-build/community-projects/scas
url = https://github.com/dotty-staging/scas.git
1 change: 1 addition & 0 deletions community-build/community-projects/scas
Submodule scas added at c58fef
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ object projects:
dependencies = List(utest)
)

lazy val scas = MillCommunityProject(
project = "scas",
baseCommand = "scas.application"
)

lazy val intent = SbtCommunityProject(
project = "intent",
sbtTestCommand = "test",
Expand Down