Skip to content

Commit f1e3b6b

Browse files
fixup Compile CLI for a single Scala version
1 parent a4a37f9 commit f1e3b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def ghOrg = "scala-cli"
3939
trait Cli extends SbtModule with NativeImage with SnailgunPublishModule {
4040
def scalaVersion = mainScalaVersion
4141
def moduleDeps = Seq(
42-
core()
42+
core(mainScalaVersion)
4343
)
4444
def ivyDeps = super.ivyDeps() ++ Seq(
4545
ivy"com.github.alexarchambault::case-app:2.1.0-M14"

0 commit comments

Comments
 (0)