aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-01-03 12:15:42 +0100
committerLoïc Hoguin <[email protected]>2017-01-03 12:15:42 +0100
commit1048bff929791f18b7425d9cc7871d78d63cf4f8 (patch)
treea0bc0336bc6b9fcf6312fc9c2d7b6cb022e72eec /rebar.config
parentc5a9771ac4f7844b61b5e36bfc7eb371a082c560 (diff)
downloadcowboy-1048bff929791f18b7425d9cc7871d78d63cf4f8.tar.gz
cowboy-1048bff929791f18b7425d9cc7871d78d63cf4f8.tar.bz2
cowboy-1048bff929791f18b7425d9cc7871d78d63cf4f8.zip
Update rebar.config2.0.0-pre.4
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 899a7c8..0dcb524 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.2.1"}}
+{cowlib,".*",{git,"https://github.com/ninenines/cowlib","master"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.3.0"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,warn_export_all,warn_missing_spec,warn_untyped_record]}.