From acc5f50ab51c89224221919a0555149f7220e9fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 26 Jul 2011 12:36:35 +0200 Subject: Update quoted to 1.0.3 to fix outstanding issues Magnus Klaar updated the PropEr tests and it should be fine now. --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index af656ef..e22f245 100644 --- a/rebar.config +++ b/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"}}} ]}. -- cgit v1.2.3