aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-08-13 15:07:59 +0200
committerLoïc Hoguin <[email protected]>2018-08-13 15:07:59 +0200
commit06a3a93de0bb6bdd0759f658b7826f38a50bb8a6 (patch)
tree0be1fc81a601bc822ccfb4044286827bd01f17f0 /rebar.config
parent3bda7909013ba4eb202fee54a44f64e1f936d6ca (diff)
downloadcowboy-06a3a93de0bb6bdd0759f658b7826f38a50bb8a6.tar.gz
cowboy-06a3a93de0bb6bdd0759f658b7826f38a50bb8a6.tar.bz2
cowboy-06a3a93de0bb6bdd0759f658b7826f38a50bb8a6.zip
Update Ranch to 1.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 46d09a7..ae410cf 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
{deps, [
-{cowlib,".*",{git,"https://github.com/ninenines/cowlib","master"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.5.0"}}
+{cowlib,".*",{git,"https://github.com/ninenines/cowlib","master"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.6.1"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,warn_missing_spec,warn_untyped_record]}.