File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 97
97
[submodule "community-build/community-projects/endpoints "]
98
98
path = community-build/community-projects/endpoints
99
99
url = https://github.com/dotty-staging/endpoints.git
100
+ [submodule "community-build/community-projects/scas "]
101
+ path = community-build/community-projects/scas
102
+ url = https://github.com/dotty-staging/scas.git
Original file line number Diff line number Diff line change @@ -134,6 +134,11 @@ object projects:
134
134
dependencies = List (utest)
135
135
)
136
136
137
+ lazy val scas = MillCommunityProject (
138
+ project = " scas" ,
139
+ baseCommand = " scas.application"
140
+ )
141
+
137
142
lazy val intent = SbtCommunityProject (
138
143
project = " intent" ,
139
144
sbtTestCommand = " test" ,
You can’t perform that action at this time.
0 commit comments