Created
May 7, 2015 06:50
-
-
Save dbuschman7/36421f4fc8b6f2079cf9 to your computer and use it in GitHub Desktop.
SBt Global plugins
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
~/.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