Skip to content

Commit 397c26f

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Submodule scas updated 1 file

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.jvm[$compilerVersion]"
189189
)
190190

191191
lazy val intent = SbtCommunityProject(

0 commit comments

Comments
 (0)