mirror of https://github.com/sbt/sbt.git
Update coursier to 2.1.0-M6-28-gbad85693f (#392)
This commit is contained in:
parent
65e506280f
commit
890efe1619
|
|
@ -15,7 +15,7 @@ inThisBuild(List(
|
||||||
)
|
)
|
||||||
))
|
))
|
||||||
|
|
||||||
val coursierVersion0 = "2.1.0-M5"
|
val coursierVersion0 = "2.1.0-M6-28-gbad85693f"
|
||||||
val lmVersion = "1.3.4"
|
val lmVersion = "1.3.4"
|
||||||
val lm2_13Version = "1.5.0-M3"
|
val lm2_13Version = "1.5.0-M3"
|
||||||
|
|
||||||
|
|
@ -78,8 +78,6 @@ lazy val `lm-coursier-shaded` = project
|
||||||
shadingRules ++= {
|
shadingRules ++= {
|
||||||
val toShade = Seq(
|
val toShade = Seq(
|
||||||
"coursier",
|
"coursier",
|
||||||
"shapeless",
|
|
||||||
"argonaut",
|
|
||||||
"org.fusesource",
|
"org.fusesource",
|
||||||
"macrocompat",
|
"macrocompat",
|
||||||
"io.github.alexarchambault.windowsansi",
|
"io.github.alexarchambault.windowsansi",
|
||||||
|
|
@ -91,7 +89,8 @@ lazy val `lm-coursier-shaded` = project
|
||||||
"org.apache.xbean",
|
"org.apache.xbean",
|
||||||
"org.codehaus",
|
"org.codehaus",
|
||||||
"org.iq80",
|
"org.iq80",
|
||||||
"org.tukaani"
|
"org.tukaani",
|
||||||
|
"com.github.plokhotnyuk.jsoniter_scala"
|
||||||
)
|
)
|
||||||
for (ns <- toShade)
|
for (ns <- toShade)
|
||||||
yield ShadingRule.moveUnder(ns, "lmcoursier.internal.shaded")
|
yield ShadingRule.moveUnder(ns, "lmcoursier.internal.shaded")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue