// 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.3.10") // Dependency graph plugin addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.4") addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.0.4") addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.0.3") addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.4.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.3.2") libraryDependencies += "org.javassist" % "javassist" % "3.18.2-GA"