Skip to content

Instantly share code, notes, and snippets.

/plugins.sbt Secret

Created May 14, 2014 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/46f4f59b7c64179c2d3b to your computer and use it in GitHub Desktop.
Save anonymous/46f4f59b7c64179c2d3b to your computer and use it in GitHub Desktop.
// 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.2.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-aspectj" % "0.9.4")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment