12 lines
381 B
Plaintext
Raw Normal View History

2015-11-19 14:39:21 -08:00
// Comment to get more information during initialization
logLevel := Level.Warn
// The Typesafe repository
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
// Use the Play sbt plugin for Play projects
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.8")
// Use JaCoCo for code coverage
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.6")