We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c519915 + bca2b7b commit 3657332Copy full SHA for 3657332
.gitmodules
@@ -97,3 +97,6 @@
97
[submodule "community-build/community-projects/endpoints"]
98
path = community-build/community-projects/endpoints
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
community-build/community-projects/scas
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -134,6 +134,11 @@ object projects:
134
dependencies = List(utest)
135
)
136
137
+ lazy val scas = MillCommunityProject(
138
+ project = "scas",
139
+ baseCommand = "scas.application"
140
+ )
141
+
142
lazy val intent = SbtCommunityProject(
143
project = "intent",
144
sbtTestCommand = "test",
0 commit comments