Skip to content

Instantly share code, notes, and snippets.

@notadoktor
Created August 7, 2015 04:21
Show Gist options
  • Save notadoktor/4b60867db288a8cc8e8c to your computer and use it in GitHub Desktop.
Save notadoktor/4b60867db288a8cc8e8c to your computer and use it in GitHub Desktop.
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.9.2")
addSbtPlugin("com.foursquare" % "spindle-codegen-plugin" % "3.0.0-M4")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.4")
resolvers += Resolver.url("bintray-sbt-plugins", url("http://dl.bintray.com/sbt/sbt-plugin-releases"))(Resolver.ivyStylePatterns)
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment