sbt/project.sbt

19 lines
529 B
Plaintext
Raw Normal View History

sbtPlugin := true
name := "sbt-dependency-graph"
2012-02-13 11:26:14 +01:00
organization := "net.virtual-void"
2013-06-25 15:11:32 +02:00
version := "0.7.4"
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."