aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-08-01 14:33:30 +0200
committerLoïc Hoguin <[email protected]>2014-08-01 14:33:30 +0200
commitaaac973cbdda6544d8f94600e1b34e1d3b49decf (patch)
tree7d0cafbdf9f42acf554bc7bb704395004c02930c /rebar.config
parent55ede9e5a993750d23396eb79bba48d185c549b6 (diff)
downloadcowboy-aaac973cbdda6544d8f94600e1b34e1d3b49decf.tar.gz
cowboy-aaac973cbdda6544d8f94600e1b34e1d3b49decf.tar.bz2
cowboy-aaac973cbdda6544d8f94600e1b34e1d3b49decf.zip
Update rebar.config
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index be8aa03..e749684 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.10.0"}}
+ {cowlib, ".*", {git, "git://github.com/extend/cowlib.git", "1.0.0"}},
+ {ranch, ".*", {git, "git://github.com/extend/ranch.git", "1.0.0"}}
]}.