mirror of https://github.com/sbt/sbt.git
add current version in readme
This commit is contained in:
parent
d3d4bf9681
commit
94b93b0354
|
|
@ -18,7 +18,7 @@ import sbt._
|
||||||
|
|
||||||
object Plugins extends Build {
|
object Plugins extends Build {
|
||||||
lazy val root = Project("root", file(".")) dependsOn(
|
lazy val root = Project("root", file(".")) dependsOn(
|
||||||
uri("git://github.com/jrudolph/sbt-dependency-graph.git#XX") // where XX is tag/branch
|
uri("git://github.com/jrudolph/sbt-dependency-graph.git#v0.5") // or another tag/branch
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue