mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 02:27:13 +02:00
**Problem** Scala 3.8 REPL won't work since they've split the repl artifact into another JAR. **Solution** This works around it by creating a yet-another sandbox configuration ScalaReplTool (similar to ScalaTool and ScalaDocTool) and a separate scalaInstance for console task, so when Zinc is invoked we'll be able to conjure the right array of JARs.