Add missing explicitly shaded namespaces just in case

These are automatically shaded fine with the latest sbt-shading. This
just speeds things up (and is safer against possible regressions in
sbt-shading).
This commit is contained in:
Alexandre Archambault 2020-02-03 17:58:18 +01:00
parent f5b1c59a67
commit 2843e6b415
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ lazy val `lm-coursier-shaded` = project
"shapeless",
"argonaut",
"org.fusesource",
"org.jline"
"macrocompat",
"io.github.alexarchambault.windowsansi"
),
libraryDependencies ++= Seq(
"io.get-coursier" %% "coursier" % coursierVersion0 % "shaded",