aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorGary Rennie <[email protected]>2017-02-06 11:21:15 +0000
committerGary Rennie <[email protected]>2017-02-06 11:21:15 +0000
commit71beeb5e693cac588440d9d10f25074167e72243 (patch)
tree89d0dbe20227b72b8c203c7a3061313afce98db6 /rebar.config
parentcd7f4d9ac5440588c8e077c5fcc3867ae9a385a9 (diff)
downloadcowboy-71beeb5e693cac588440d9d10f25074167e72243.tar.gz
cowboy-71beeb5e693cac588440d9d10f25074167e72243.tar.bz2
cowboy-71beeb5e693cac588440d9d10f25074167e72243.zip
Update ranch version to 1.3.2 in rebar.config
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 51c7a4c..56ea505 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,2 +1,2 @@
-{deps, [{cowlib,".*",{git,"https://github.com/ninenines/cowlib","1.0.2"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.3.1"}}]}.
+{deps, [{cowlib,".*",{git,"https://github.com/ninenines/cowlib","1.0.2"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.3.2"}}]}.
{erl_opts, [debug_info,warn_export_all,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,warn_missing_spec]}.