mirror of https://github.com/sbt/sbt.git
prepare 0.8.2
This commit is contained in:
parent
e551c8f526
commit
188a343161
|
|
@ -13,7 +13,7 @@ install it as a [global plugin] so that you can use it in any SBT project withou
|
|||
this, add the plugin dependency to `~/.sbt/0.13/plugins/plugins.sbt`:
|
||||
|
||||
```scala
|
||||
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.1")
|
||||
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2")
|
||||
```
|
||||
|
||||
To add the plugin only to a single project, put this line into `project/plugins.sbt` of your project, instead.
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
This is a maintenance release [fixing](https://github.com/jrudolph/sbt-dependency-graph/issues/89) `dependencyBrowseGraph`
|
||||
in the latest Chrome versions. Thanks [@chtefi](https://github.com/chtefi)!
|
||||
|
|
@ -4,7 +4,7 @@ name := "sbt-dependency-graph"
|
|||
|
||||
organization := "net.virtual-void"
|
||||
|
||||
version := "0.8.2-SNAPSHOT"
|
||||
version := "0.8.2"
|
||||
|
||||
homepage := Some(url("http://github.com/jrudolph/sbt-dependency-graph"))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue