How can the classpath used for run task be displayed under SBT 0.13?
run
I have found some info here https://groups.google.com/forum/#!msg/simple-build-tool/
Add the line lazy val printClasspath ... in your build.sbt file.
lazy val printClasspath ...
Then at the command line run:
sbt printClasspath