2012-02-13 11:18:25 +01:00
|
|
|
sbtPlugin := true
|
|
|
|
|
|
|
|
|
|
name := "sbt-dependency-graph"
|
|
|
|
|
|
2012-02-13 11:26:14 +01:00
|
|
|
organization := "net.virtual-void"
|
2012-02-13 11:18:25 +01:00
|
|
|
|
2013-06-25 15:11:32 +02:00
|
|
|
version := "0.7.4"
|
2012-02-13 11:18:25 +01:00
|
|
|
|
|
|
|
|
homepage := Some(url("http://github.com/jrudolph/sbt-dependency-graph"))
|
|
|
|
|
|
|
|
|
|
licenses in GlobalScope += "Apache License 2.0" -> url("https://github.com/jrudolph/sbt-dependency-graph/raw/master/LICENSE")
|
|
|
|
|
|
|
|
|
|
(LsKeys.tags in LsKeys.lsync) := Seq("dependency", "graph", "sbt-plugin", "sbt")
|
|
|
|
|
|
|
|
|
|
(LsKeys.docsUrl in LsKeys.lsync) <<= homepage
|
|
|
|
|
|
|
|
|
|
(description in LsKeys.lsync) :=
|
2012-05-23 12:39:52 +02:00
|
|
|
"An sbt plugin to visualize dependencies of your build."
|