mirror of https://github.com/sbt/sbt.git
12 lines
316 B
Scala
12 lines
316 B
Scala
sbtPlugin := true
|
|
|
|
name := "sbt-dependency-graph"
|
|
|
|
organization := "net.virtual-void"
|
|
|
|
version := "0.8.2-SNAPSHOT"
|
|
|
|
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")
|