0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Update ranch version to 1.3.2 in rebar.config

This commit is contained in:
Gary Rennie 2017-02-06 11:21:15 +00:00
parent cd7f4d9ac5
commit 71beeb5e69
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ CI_OTP = OTP_R16B01 OTP_R16B02 OTP_R16B03-1 OTP-17.0.2 OTP-17.1.2 OTP-17.2.2 OTP
DEPS = cowlib ranch DEPS = cowlib ranch
dep_cowlib_commit = 1.0.2 dep_cowlib_commit = 1.0.2
dep_ranch_commit = 1.3.1 dep_ranch_commit = 1.3.2
TEST_DEPS = ct_helper gun TEST_DEPS = ct_helper gun
dep_ct_helper = git https://github.com/extend/ct_helper.git master dep_ct_helper = git https://github.com/extend/ct_helper.git master

View file

@ -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]}. {erl_opts, [debug_info,warn_export_all,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,warn_missing_spec]}.