Created
January 24, 2012 16:19
-
-
Save wfaler/1670922 to your computer and use it in GitHub Desktop.
global sbt plugins for 0.11.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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