We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ac383 commit a01ae3eCopy full SHA for a01ae3e
project/Build.scala
@@ -1329,7 +1329,9 @@ object Build {
1329
relativePath.startsWith("org/jline/")
1330
// This is the entrypoint to the embedded Scala REPL so don't shade it
1331
val shouldKeepInPlace = relativePath.startsWith("scala/tools/repl/")||
1332
+ // These are manually shaded so leave them alone
1333
relativePath.startsWith("dotty/shaded/") ||
1334
+ // This needs to be inside scala/collection so cannot be moved
1335
relativePath.startsWith("scala/collection/internal/pprint/")
1336
1337
if (shouldDelete) IO.delete(file)
0 commit comments