Skip to content

Commit d157163

Browse files
committed
hammerlab 0.10.1 release
1 parent 92a8f57 commit d157163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install it as a [global plugin] so that you can use it in any SBT project withou
1111
this, add the plugin dependency to `~/.sbt/0.13/plugins/plugins.sbt` for sbt 0.13 or `~/.sbt/1.0/plugins/plugins.sbt` for sbt 1.0:
1212

1313
```scala
14-
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.0")
14+
addSbtPlugin("org.hammerlab" % "sbt-dependency-graph" % "0.10.1")
1515
```
1616

1717
To add the plugin only to a single project, put this line into `project/plugins.sbt` of your project, instead.

0 commit comments

Comments
 (0)