Using SBT 0.13.5 (and Play framework 2.3.x), is it possible to have a subproject define its own dependencies (and plugins) so that the root project need not be concerned?
What I'm looking for is a convenient way to modularise a bigger project into core components that can be reused and deployed by their own. This blogpost[1] describes a configuration for play 2.2.2 but I have not been so fortunate with more recent (2.3.x) builds, I imagine due to changes in the build procedure.
[1] http://blog.protegra.com/2014/01/17/scala-sbt-intellij-play-project-as-child-project/