From 50e0c6ebfdf3b6de419920022aa20cbb15faaa7d Mon Sep 17 00:00:00 2001 From: Matt Russell Date: Sun, 1 Jul 2012 18:01:46 +0100 Subject: [PATCH] Bump ascii-graphs version to 0.0.2 --- project.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.sbt b/project.sbt index 3f863d442..5e3de20e0 100644 --- a/project.sbt +++ b/project.sbt @@ -17,4 +17,4 @@ licenses in GlobalScope += "Apache License 2.0" -> url("https://github.com/jrudo (description in LsKeys.lsync) := "An sbt plugin to visualize dependencies of your build." -libraryDependencies += "com.github.mdr" %% "ascii-graphs" % "0.0.1" +libraryDependencies += "com.github.mdr" %% "ascii-graphs" % "0.0.2"