Skip to content

Commit a01ae3e

Browse files
committed
.
1 parent a9ac383 commit a01ae3e

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
@@ -1329,7 +1329,9 @@ object Build {
13291329
relativePath.startsWith("org/jline/")
13301330
// This is the entrypoint to the embedded Scala REPL so don't shade it
13311331
val shouldKeepInPlace = relativePath.startsWith("scala/tools/repl/")||
1332+
// These are manually shaded so leave them alone
13321333
relativePath.startsWith("dotty/shaded/") ||
1334+
// This needs to be inside scala/collection so cannot be moved
13331335
relativePath.startsWith("scala/collection/internal/pprint/")
13341336

13351337
if (shouldDelete) IO.delete(file)

0 commit comments

Comments
 (0)