From 236ecf9e6beab1d5a3a1b9e4df884d51fc8a3162 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Mon, 22 Jul 2013 16:04:58 +0200 Subject: [PATCH] fix dependencies to use versions which are available for scala 2.9 and 2.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0079bca58..4d8645611 100644 --- a/build.sbt +++ b/build.sbt @@ -6,4 +6,4 @@ crossBuildingSettings CrossBuilding.scriptedSettings -libraryDependencies += "com.github.mdr" %% "ascii-graphs" % "0.0.2" +libraryDependencies += "com.github.mdr" %% "ascii-graphs" % "0.0.3"