diff options
author | Loïc Hoguin <[email protected]> | 2013-03-06 20:19:15 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-03-06 20:19:15 +0100 |
commit | e16fae1196e3c8533c7ab60a6084063f4ee9f532 (patch) | |
tree | c576db7239055a8f9b5420153201d9be8ead52dd /rebar.config | |
parent | fddd4a77fb6497a3052137683b3d9c4ca487ac78 (diff) | |
download | cowboy-e16fae1196e3c8533c7ab60a6084063f4ee9f532.tar.gz cowboy-e16fae1196e3c8533c7ab60a6084063f4ee9f532.tar.bz2 cowboy-e16fae1196e3c8533c7ab60a6084063f4ee9f532.zip |
Update Ranch to 0.6.2
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index ba92ee5..64f8d0e 100644 --- a/rebar.config +++ b/rebar.config @@ -1,3 +1,3 @@ {deps, [ - {ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.6.1"}} + {ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.6.2"}} ]}. |