aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-06-10 11:36:55 +0200
committerLoïc Hoguin <[email protected]>2014-06-10 11:36:55 +0200
commitc81b94160e69180be61b32e7c071b4f855ed5fb1 (patch)
tree76de21413cad37efcec9f4f1bff3b29c38ae8981 /rebar.config
parent6bbdbe4efa5fe247ce51d86125f15338f173d718 (diff)
downloadcowboy-c81b94160e69180be61b32e7c071b4f855ed5fb1.tar.gz
cowboy-c81b94160e69180be61b32e7c071b4f855ed5fb1.tar.bz2
cowboy-c81b94160e69180be61b32e7c071b4f855ed5fb1.zip
Update Ranch to 0.10.0
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 30aa2dd..be8aa03 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.9.0"}}
+ {ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.10.0"}}
]}.