From 2843e6b415ca5d45d201115b7f75621f9c02d41c Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Mon, 3 Feb 2020 17:58:18 +0100 Subject: [PATCH] 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). --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 512e5d1cc..3a753078c 100644 --- a/build.sbt +++ b/build.sbt @@ -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",