aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-03-25 18:23:26 +0100
committerLoïc Hoguin <[email protected]>2014-03-25 18:23:26 +0100
commit9110ee83fe47e4c41b6c001b9ae401979f8ebe4c (patch)
treed4dcb29d37473b368eff412293c963f73822c659
parenta01f992ffbf9eac5f5237161ad4319620d3f8947 (diff)
downloadcowboy-9110ee83fe47e4c41b6c001b9ae401979f8ebe4c.tar.gz
cowboy-9110ee83fe47e4c41b6c001b9ae401979f8ebe4c.tar.bz2
cowboy-9110ee83fe47e4c41b6c001b9ae401979f8ebe4c.zip
Update rebar.config
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 4c12911..f880fa3 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
{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"}}
]}.