aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-01-29 01:20:16 +0100
committerLoïc Hoguin <[email protected]>2013-01-29 01:20:16 +0100
commitba924cbb7fa3b8dc08a89b4ebb276e7802a9697c (patch)
treeb84f8c76d9b4bca610f9655cceec2c6a9e5a01e3 /rebar.config
parentfd8ec6aaf3ea0476ec38567e110f620f4b11b51f (diff)
downloadcowboy-ba924cbb7fa3b8dc08a89b4ebb276e7802a9697c.tar.gz
cowboy-ba924cbb7fa3b8dc08a89b4ebb276e7802a9697c.tar.bz2
cowboy-ba924cbb7fa3b8dc08a89b4ebb276e7802a9697c.zip
Update Ranch to 0.6.1
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 c3bfeb6..ba92ee5 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,3 +1,3 @@
{deps, [
- {ranch, "0\\.6\\.0.*", {git, "git://github.com/extend/ranch.git", "0.6.0"}}
+ {ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.6.1"}}
]}.