From 71beeb5e693cac588440d9d10f25074167e72243 Mon Sep 17 00:00:00 2001 From: Gary Rennie Date: Mon, 6 Feb 2017 11:21:15 +0000 Subject: [PATCH] Update ranch version to 1.3.2 in rebar.config --- Makefile | 2 +- rebar.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 12b17d29..dfbd0556 100644 --- a/Makefile +++ b/Makefile @@ -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 dep_cowlib_commit = 1.0.2 -dep_ranch_commit = 1.3.1 +dep_ranch_commit = 1.3.2 TEST_DEPS = ct_helper gun dep_ct_helper = git https://github.com/extend/ct_helper.git master diff --git a/rebar.config b/rebar.config index 51c7a4c3..56ea505f 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]}.