aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-04-12 15:24:59 +0200
committerLoïc Hoguin <[email protected]>2013-04-12 15:24:59 +0200
commitd063511a0e4988d62357f9c17744bb9aa0470a06 (patch)
tree4abd512ea061ae8d10e893356dc04fe13c7bbdaf /rebar.config
parent61ca459febef545c642dc716068d770518deea99 (diff)
downloadcowboy-d063511a0e4988d62357f9c17744bb9aa0470a06.tar.gz
cowboy-d063511a0e4988d62357f9c17744bb9aa0470a06.tar.bz2
cowboy-d063511a0e4988d62357f9c17744bb9aa0470a06.zip
Update Ranch to 0.8.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 0ddc628..7367e6d 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,3 +1,3 @@
{deps, [
- {ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.8.0"}}
+ {ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.8.1"}}
]}.