I am using sbt 0.12 RC2.
My project has a bunch of library dependencies, and some of these trigger other dependencies. Some of these dependencies are unmanaged (in lib/), some are in my local .ivy2 repository, some are found in various remote repositories.
I'm looking for an sbt update-verbose or similar that will tell me exactly where sbt found each JAR file when it says:
[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 ...