aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-14 12:33:43 +0100
committerLoïc Hoguin <[email protected]>2018-11-14 12:33:43 +0100
commit1e2d59ed26a8de423fbaac26b6e9c315d257bfac (patch)
treeebd1e8d024db3324e4bd25bae76d76d743efd0a3 /rebar.config
parentef05956a5a32d78119d41de663a741104764c8b1 (diff)
downloadcowboy-1e2d59ed26a8de423fbaac26b6e9c315d257bfac.tar.gz
cowboy-1e2d59ed26a8de423fbaac26b6e9c315d257bfac.tar.bz2
cowboy-1e2d59ed26a8de423fbaac26b6e9c315d257bfac.zip
Ranch 1.7.0
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 2a89c1d..b91d5a0 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","master"}}
+{cowlib,".*",{git,"https://github.com/ninenines/cowlib","master"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.7.0"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,warn_missing_spec,warn_untyped_record]}.