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/
or directly from the bash , dash , sh or whatever shell:
sbt 'inspect run' 'show runtime:fullClasspath'
and
sbt "inspect run" "show runtime:fullClasspath"
for Windows command line.