mirror of
https://github.com/sbt/sbt.git
synced 2026-09-05 01:03:36 +02:00
Shade concurrentrefhashmap namespace
This commit is contained in:
@@ -54,7 +54,8 @@ lazy val `lm-coursier-shaded` = project
|
||||
"argonaut",
|
||||
"org.fusesource",
|
||||
"macrocompat",
|
||||
"io.github.alexarchambault.windowsansi"
|
||||
"io.github.alexarchambault.windowsansi",
|
||||
"concurrentrefhashmap"
|
||||
)
|
||||
for (ns <- toShade)
|
||||
yield ShadingRule.moveUnder(ns, "lmcoursier.internal.shaded")
|
||||
|
||||
Reference in New Issue
Block a user