Is there a fast (possibly command line) way to find out which version of a certain library is being used by a Play! Framework project without having to look at the JARs or googling?
I'm on Windows 7/Java 7/Play 2.2.1 if that's relevant.
Is dependencies
or show allDependencies
from the play console good enough?