Repository: incubator-toree
Updated Branches:
  refs/heads/master 0e7c23163 -> f4cd51e65


[TOREE-394] Add support to generate dependency graphs

To view the dependency tree of the project, please issue:

   sbt dependencyTree

Close #113


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/f4cd51e6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/f4cd51e6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/f4cd51e6

Branch: refs/heads/master
Commit: f4cd51e65eef7e67a2f54c9bac3db6b0ef60346a
Parents: 0e7c231
Author: Luciano Resende <lrese...@apache.org>
Authored: Thu Mar 16 10:47:17 2017 -0700
Committer: Luciano Resende <lrese...@apache.org>
Committed: Tue Mar 21 14:26:02 2017 -0700

----------------------------------------------------------------------
 project/plugins.sbt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/f4cd51e6/project/plugins.sbt
----------------------------------------------------------------------
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 7474cb1..91f114d 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -20,8 +20,8 @@ logLevel := Level.Warn
 // Provides the ability to generate unifed documentation for multiple projects
 addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.0")
 
-// Provides abilit to create an uber-jar with shaded dependencies
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.4")
+// Provides abilit to create an uber-jar
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.0")
 
 // Provides a generated build info object to sync between build and application
 addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.6.1")
@@ -29,3 +29,5 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.6.1")
 //  Used for signing jars published via `sbt publish-signed`
 addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
 
+// Provides the ability to generate dependency graphs
+addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2")

Reply via email to