Use non SNAPSHOT version of ascii-graphs

This commit is contained in:
Matt Russell 2012-06-27 13:15:14 +01:00
parent d3cd49bd73
commit f753a05be7
1 changed files with 1 additions and 4 deletions

View File

@ -17,7 +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-SNAPSHOT"
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
libraryDependencies += "com.github.mdr" %% "ascii-graphs" % "0.0.1"