mirror of https://github.com/sbt/sbt.git
Merge pull request #105 from alexarchambault/topic/fix-plugin-output
Minor fix
This commit is contained in:
commit
731ae75ed3
|
|
@ -343,7 +343,7 @@ object Tasks {
|
||||||
)
|
)
|
||||||
|
|
||||||
val repr = Print.dependenciesUnknownConfigs(finalDeps.toVector)
|
val repr = Print.dependenciesUnknownConfigs(finalDeps.toVector)
|
||||||
repr.split('\n').map(" "+_).mkString("\n")
|
println(repr.split('\n').map(" "+_).mkString("\n"))
|
||||||
}
|
}
|
||||||
|
|
||||||
val classifiers =
|
val classifiers =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue