Skip to content

Instantly share code, notes, and snippets.

@hanxue
Created November 23, 2012 15:28
Show Gist options
  • Save hanxue/4136122 to your computer and use it in GitHub Desktop.
Save hanxue/4136122 to your computer and use it in GitHub Desktop.
Plugins Sbt file
// 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("play" % "sbt-plugin" % "2.0.4")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment