Browse Source

Update quoted to 1.0.3 to fix outstanding issues

Magnus Klaar updated the PropEr tests and it should be fine now.
Loïc Hoguin 14 years ago
parent
commit
acc5f50ab5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rebar.config

+ 2 - 2
rebar.config

@@ -1,7 +1,7 @@
 {cover_enabled, true}.
 {deps, [
-	{quoted, "1.0.0",
-		{git, "git://github.com/klaar/quoted.erl.git", {tag, "1.0.1"}}},
+	{quoted, "1.0.3",
+		{git, "git://github.com/klaar/quoted.erl.git", {tag, "1.0.3"}}},
 	{proper, "1.0",
 		{git, "git://github.com/manopapad/proper.git", {tag, "v1.0"}}}
 ]}.