mirror of https://github.com/sbt/sbt.git
fix typo
This commit is contained in:
parent
7969a155b0
commit
61f4ed1017
|
|
@ -4238,7 +4238,7 @@ trait BuildExtra extends BuildCommon with DefExtra {
|
|||
}
|
||||
|
||||
/**
|
||||
* Adds Maven resolver plugin.
|
||||
* Adds Dependency tree plugin.
|
||||
*/
|
||||
def addDependencyTreePlugin: Setting[Seq[ModuleID]] =
|
||||
libraryDependencies += sbtPluginExtra(
|
||||
|
|
|
|||
Loading…
Reference in New Issue