mirror of https://github.com/sbt/sbt.git
Update README.md
This commit is contained in:
parent
de001b3de4
commit
1539dcf7be
|
|
@ -1,7 +1,7 @@
|
|||
sbt-dependency-graph [](https://buildhive.cloudbees.com/job/jrudolph/job/sbt-dependency-graph/)
|
||||
====================
|
||||
|
||||
Create a graph (in graphml format) from your project's dependencies.
|
||||
Visualize your project's dependencies.
|
||||
|
||||
Requirements
|
||||
------------
|
||||
|
|
@ -26,7 +26,7 @@ import sbt._
|
|||
|
||||
object Plugins extends Build {
|
||||
lazy val root = Project("root", file(".")) dependsOn(
|
||||
uri("git://github.com/jrudolph/sbt-dependency-graph.git#v0.5.2") // or another tag/branch/revision
|
||||
uri("git://github.com/jrudolph/sbt-dependency-graph.git#v0.6.0") // or another tag/branch/revision
|
||||
)
|
||||
}
|
||||
```
|
||||
|
|
@ -71,6 +71,6 @@ sbt to call into Ivy to create graphs, I went with the easy way here)
|
|||
License
|
||||
-------
|
||||
|
||||
Copyright (c) 2011 Johannes Rudolph
|
||||
Copyright (c) 2011, 2012 Johannes Rudolph
|
||||
|
||||
Published under the [Apache License 2.0](http://en.wikipedia.org/wiki/Apache_license).
|
||||
Loading…
Reference in New Issue