play.sbt
The main plugin for Play Java projects. To use this the plugin must be made available to your project via sbt's enablePlugins mechanism e.g.:
lazy val root = project.in(file(".")).enablePlugins(PlayJava)
The main plugin for Play Java projects. To use this the plugin must be made available to your project via sbt's enablePlugins mechanism e.g.: