Skip to content

Instantly share code, notes, and snippets.

@dbuschman7
Created May 7, 2015 06:50
Show Gist options
  • Save dbuschman7/36421f4fc8b6f2079cf9 to your computer and use it in GitHub Desktop.
Save dbuschman7/36421f4fc8b6f2079cf9 to your computer and use it in GitHub Desktop.
SBt Global plugins
~/.sbt/0.13/plugins/build.sbt
resolvers += Resolver.url("artifactory",
url("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases"))(Resolver.ivyStylePatterns)
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.5.0")
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.4")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.5.0")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.8")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment