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.
1 parent a4a37f9 commit f1e3b6bCopy full SHA for f1e3b6b
build.sc
@@ -39,7 +39,7 @@ def ghOrg = "scala-cli"
39
trait Cli extends SbtModule with NativeImage with SnailgunPublishModule {
40
def scalaVersion = mainScalaVersion
41
def moduleDeps = Seq(
42
- core()
+ core(mainScalaVersion)
43
)
44
def ivyDeps = super.ivyDeps() ++ Seq(
45
ivy"com.github.alexarchambault::case-app:2.1.0-M14"
0 commit comments