mirror of https://github.com/sbt/sbt.git
Shade concurrentrefhashmap namespace
This commit is contained in:
parent
17c4945e2b
commit
84d54e5278
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue