Add extra namespaces in shading config

These aren't required, but passing them beforehand speeds up shading
This commit is contained in:
Alexandre Archambault 2019-08-09 16:19:35 +02:00
parent c0acb02efd
commit bd4a2d5adf
1 changed files with 3 additions and 1 deletions

View File

@ -51,7 +51,9 @@ lazy val `lm-coursier-shaded` = project
shadeNamespaces ++= Set(
"coursier",
"shapeless",
"argonaut"
"argonaut",
"org.fusesource",
"org.jline"
),
libraryDependencies ++= Seq(
"io.get-coursier" %% "coursier" % coursierVersion0 % "shaded",