datahub/web/project/plugins.sbt
2016-10-19 17:42:28 -07:00

9 lines
353 B
Scala

// 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")
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.1.1")