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

Bump quoted to version 1.2.0

This commit is contained in:
Loïc Hoguin 2011-10-11 10:21:59 +02:00
parent 691b7c4518
commit a55d1966f4

View file

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