Use patched jarjar (#165)

Which should shade classes with '$' fine.
This commit is contained in:
Alexandre Archambault 2019-12-09 12:40:35 +01:00 committed by GitHub
parent 8e4b6220f5
commit 2e5c8aed5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 := {