Skip to content

Instantly share code, notes, and snippets.

@wfaler
Created January 24, 2012 16:19
Show Gist options
  • Save wfaler/1670922 to your computer and use it in GitHub Desktop.
Save wfaler/1670922 to your computer and use it in GitHub Desktop.
global sbt plugins for 0.11.2
resolvers ++= Seq("sbt-idea-repo" at "http://mpeltonen.github.com/maven/", "sbt-plugin-releases" at "http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/",
Resolver.url("sbt-plugin-releases",
new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(Resolver.ivyStylePatterns))
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.7.3")
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.0.0")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment