Skip to content

Instantly share code, notes, and snippets.

@ybr
Created February 2, 2015 15:10
Show Gist options
  • Save ybr/85f867510008a4ae9ead to your computer and use it in GitHub Desktop.
Save ybr/85f867510008a4ae9ead to your computer and use it in GitHub Desktop.
Usefull SBT plugins (assembly + dependency graph)
// Let us assemble the project into a runnable JAR
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.12.0")
// Let us see the tree of depencies usefull in case of conflicts
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.4")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment