sbt/project.sbt

12 lines
316 B
Plaintext
Raw Normal View History

sbtPlugin := true
name := "sbt-dependency-graph"
2012-02-13 11:26:14 +01:00
organization := "net.virtual-void"
2016-02-01 11:02:29 +01:00
version := "0.8.3-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")