mirror of https://github.com/sbt/sbt.git
parent
8e4b6220f5
commit
2e5c8aed5e
|
|
@ -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 := {
|
||||
|
|
|
|||
Loading…
Reference in New Issue