Skip to content

Commit 66e1d67

Browse files
committed
Add comment about makeScalaInstance
1 parent 26164be commit 66e1d67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project/Build.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,8 @@ object Build {
360360
val compilerJars = Array(tastyCore, scala3Interfaces, scala3Compiler) ++ (externalCompilerDeps -- externalLibraryDeps)
361361
val docJars = Array(scaladoc) ++ (externalScaladocDeps -- externalCompilerDeps)
362362

363+
// should be replaced by sbt.Defaults.makeScalaInstance when released
364+
// See https://github.com/sbt/sbt/pull/6480
363365
Bootstrap.makeScalaInstance(
364366
state.value,
365367
scalaVersion.value,

0 commit comments

Comments
 (0)