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-03-25 18:23:26 +01:00
parent a01f992ffb
commit 9110ee83fe

View file

@ -1,4 +1,4 @@
{deps, [ {deps, [
{cowlib, ".*", {git, "git://github.com/extend/cowlib.git", "0.5.1"}}, {cowlib, ".*", {git, "git://github.com/extend/cowlib.git", "0.6.0"}},
{ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.9.0"}} {ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.9.0"}}
]}. ]}.