Can SBT be made to output (to the console) the name of each task as it starts and completes - including tasks invoked implicitly as dependencies of other tasks?
I'd like to be able to prefix this output with the system time (using awk) for profiling purposes.