From 90500a9f9b9775debdc4f07adb503d5edb39cdc3 Mon Sep 17 00:00:00 2001
From: "Paolo G. Giarrusso"
Date: Tue, 27 Aug 2013 15:21:37 +0200
Subject: [PATCH] Also mention 0.13
0.13 release announcement mentions this plugin, in this version:
https://groups.google.com/d/msg/simple-build-tool/0AGST5qPbzw/CrN1sJ6ut-AJ
Hence, the README should be updated as well.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index bfdfde268..def8eb3d0 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Visualize your project's dependencies.
How To Use
----------
-For sbt 0.11/0.12, add sbt-dependency-graph as a dependency in `project/plugins.sbt`:
+For sbt 0.11/0.12/0.13, add sbt-dependency-graph as a dependency in `project/plugins.sbt`:
```scala
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.4")