diff --git a/rebar.config b/rebar.config index be8aa03a..e7496848 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ {deps, [ - {cowlib, ".*", {git, "git://github.com/extend/cowlib.git", "0.6.2"}}, - {ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.10.0"}} + {cowlib, ".*", {git, "git://github.com/extend/cowlib.git", "1.0.0"}}, + {ranch, ".*", {git, "git://github.com/extend/ranch.git", "1.0.0"}} ]}.