playframework 2.0 - How to build a Play!Framework 2 modules that is version independent? -
i've built play!framework 2 module using explained article http://www.objectify.be/wordpress/?p=363 module fails if change playframework version (via update example).
is there way make module "version independent" ?
thanks help!
be more specific. fail build? fail @ runtime? fail resolved dependency?
if it's last problem, check out: http://www.scala-sbt.org/release/docs/getting-started/library-dependencies.html
Comments
Post a Comment