Skip to content

Instantly share code, notes, and snippets.

@seratch
Created April 1, 2012 05:34
Show Gist options
  • Save seratch/2271702 to your computer and use it in GitHub Desktop.
Save seratch/2271702 to your computer and use it in GitHub Desktop.
Play20's project/plugins.sbt for IntelliJ IDEA users
// 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")
resolvers += "sbt-idea-repo" at "http://mpeltonen.github.com/maven/"
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.0.0")
@seratch
Copy link
Author

seratch commented Apr 1, 2012

And then

play gen-idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment