sbt/main
corevibe555 606bb3b59c
[2.x] Fix: strip pipelining scalacOptions before launching the REPL (#8986)
**Problem**
When usePipelining := true in a multi-project build, sbt appends  
-Ypickle-java and -Ypickle-write <path>/early.jar to scalacOptions 
for fast parallel compilation. These flags were being leaked into the Scala  
REPL, causing failure on console

**Solution**
Strip pipelining flags before forwarding to the REPL  in Deafults.scala.
2026-04-05 13:47:36 -04:00
..
src [2.x] Fix: strip pipelining scalacOptions before launching the REPL (#8986) 2026-04-05 13:47:36 -04:00
NOTICE Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00