Skip to content

Commit cdd7c4b

Browse files
committed
Fix scas compiler version
1 parent 04737b5 commit cdd7c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ object projects:
185185

186186
lazy val scas = MillCommunityProject(
187187
project = "scas",
188-
baseCommand = "scas.application"
188+
baseCommand = s"scas.application[$compilerVersion]"
189189
)
190190

191191
lazy val intent = SbtCommunityProject(

0 commit comments

Comments
 (0)