aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rebar.config4
1 files 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"}}}
]}.