sbt/main
corevibe555 2b0ef70a26 [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-05-03 21:21:52 -04:00
..
src [2.x] Fix: strip pipelining scalacOptions before launching the REPL (#8986) 2026-05-03 21:21:52 -04:00
NOTICE Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00