aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-07-26 12:36:35 +0200
committerLoïc Hoguin <[email protected]>2011-07-26 12:36:35 +0200
commitacc5f50ab51c89224221919a0555149f7220e9fa (patch)
tree7e1800a4b344430a8a8c695a4ce5f95537117d8a /rebar.config
parente5d4c1f22f29d2ab9e7fb8b5bdd298d02ffaec1e (diff)
downloadcowboy-acc5f50ab51c89224221919a0555149f7220e9fa.tar.gz
cowboy-acc5f50ab51c89224221919a0555149f7220e9fa.tar.bz2
cowboy-acc5f50ab51c89224221919a0555149f7220e9fa.zip
Update quoted to 1.0.3 to fix outstanding issues
Magnus Klaar updated the PropEr tests and it should be fine now.
Diffstat (limited to 'rebar.config')
-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"}}}
]}.