A module I am using must have been compiled with Java 1.7, and I only have 1.6.
If I want to for the module to be compiled for a specific version like 1.6, how can I set that in Play! Framework 2.0 so that I can prevent the "Unsupported major.minor version" errors.
In Play! 1.x you could set "java.version=1.6" in the application.conf.
I assume that in Play! 2.x it probably needs to be set somewhere for sbt - but where/how?