Update coursier to 2.1.0-M6-28-gbad85693f (#392)

This commit is contained in:
Alexandre Archambault 2022-08-12 11:58:04 +02:00 committed by GitHub
parent 65e506280f
commit 890efe1619
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -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")