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

Update rebar.config

This commit is contained in:
Loïc Hoguin 2014-08-01 14:33:30 +02:00
parent 55ede9e5a9
commit aaac973cbd

View file

@ -1,4 +1,4 @@
{deps, [ {deps, [
{cowlib, ".*", {git, "git://github.com/extend/cowlib.git", "0.6.2"}}, {cowlib, ".*", {git, "git://github.com/extend/cowlib.git", "1.0.0"}},
{ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.10.0"}} {ranch, ".*", {git, "git://github.com/extend/ranch.git", "1.0.0"}}
]}. ]}.