play.sbt
The main plugin for Play Scala 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(PlayScala)
The main plugin for Play Scala projects. To use this the plugin must be made available to your project via sbt's enablePlugins mechanism e.g.: