From 2e5c8aed5e20a14c5d439ef5ec35dd6ac00f30f5 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Mon, 9 Dec 2019 12:40:35 +0100 Subject: [PATCH] Use patched jarjar (#165) Which should shade classes with '$' fine. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f8a18aa53..3ac8ec31d 100644 --- a/build.sbt +++ b/build.sbt @@ -146,7 +146,7 @@ lazy val `sbt-shading` = project .dependsOn(`sbt-coursier`) .settings( plugin, - libraryDependencies += ("org.pantsbuild" % "jarjar" % "1.7.2") + libraryDependencies += ("ch.epfl.scala" % "jarjar" % "1.7.2-patched") .exclude("org.apache.maven", "maven-plugin-api") .exclude("org.apache.ant", "ant"), scriptedDependencies := {