e28fd3e7c9
update to use the givenX_whenY_thenZ naming convention for tests Co-Authored-By: KevinGilmore <kpg102@gmail.com>
8 lines
284 B
Scala
8 lines
284 B
Scala
// The Play plugin
|
|
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.3")
|
|
|
|
// Defines scaffolding (found under .g8 folder)
|
|
// http://www.foundweekends.org/giter8/scaffolding.html
|
|
// sbt "g8Scaffold form"
|
|
addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8-scaffold" % "0.11.0")
|