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 26164be commit 66e1d67Copy full SHA for 66e1d67
project/Build.scala
@@ -360,6 +360,8 @@ object Build {
360
val compilerJars = Array(tastyCore, scala3Interfaces, scala3Compiler) ++ (externalCompilerDeps -- externalLibraryDeps)
361
val docJars = Array(scaladoc) ++ (externalScaladocDeps -- externalCompilerDeps)
362
363
+ // should be replaced by sbt.Defaults.makeScalaInstance when released
364
+ // See https://github.com/sbt/sbt/pull/6480
365
Bootstrap.makeScalaInstance(
366
state.value,
367
scalaVersion.value,
0 commit comments