Skip to content

Instantly share code, notes, and snippets.

View dbuschman7's full-sized avatar

David Buschman dbuschman7

  • Lone Star State
View GitHub Profile
~/.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")
~/.sbt/0.13/global.sbt
import EclipseKeys._
net.virtualvoid.sbt.graph.Plugin.graphSettings
shellPrompt := { s => Project.extract(s).currentProject.id + " > " }
EclipseKeys.createSrc := EclipseCreateSrc.Default + EclipseCreateSrc.Managed