我正在使用 sbt 0.12 RC2
。
我的项目有一堆库依赖项,其中一些会触发其他依赖项。其中一些依赖项是非托管的(在 中lib/
),一些在我的本地.ivy2
存储库中,一些在各种远程存储库中找到。
我正在寻找一个sbt update-verbose
或类似的东西,当它说:
[info] Resolving com.nicta#sbt-scoobi;0.0.1 ...
[info] Resolving org.scala-lang#scala-library;2.9.2 ...
[info] Resolving org.apache.opennlp#opennlp-maxent;3.0.1-incubating ...
[info] Resolving jwnl#jwnl;1.3.3 ...