mirror of https://github.com/sbt/sbt.git
Merge pull request #6452 from xuwei-k/addDependencyTreePlugin-comment
This commit is contained in:
commit
07f3da25ce
|
|
@ -4238,7 +4238,7 @@ trait BuildExtra extends BuildCommon with DefExtra {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds Maven resolver plugin.
|
* Adds Dependency tree plugin.
|
||||||
*/
|
*/
|
||||||
def addDependencyTreePlugin: Setting[Seq[ModuleID]] =
|
def addDependencyTreePlugin: Setting[Seq[ModuleID]] =
|
||||||
libraryDependencies += sbtPluginExtra(
|
libraryDependencies += sbtPluginExtra(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue