0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Update quoted to 1.0.3 to fix outstanding issues

Magnus Klaar updated the PropEr tests and it should be fine now.
This commit is contained in:
Loïc Hoguin 2011-07-26 12:36:35 +02:00
parent e5d4c1f22f
commit acc5f50ab5

View file

@ -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"}}}
]}.