mirror of https://github.com/sbt/sbt.git
parent
8e4b6220f5
commit
2e5c8aed5e
|
|
@ -146,7 +146,7 @@ lazy val `sbt-shading` = project
|
||||||
.dependsOn(`sbt-coursier`)
|
.dependsOn(`sbt-coursier`)
|
||||||
.settings(
|
.settings(
|
||||||
plugin,
|
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.maven", "maven-plugin-api")
|
||||||
.exclude("org.apache.ant", "ant"),
|
.exclude("org.apache.ant", "ant"),
|
||||||
scriptedDependencies := {
|
scriptedDependencies := {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue