aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGary Rennie <[email protected]>2017-02-06 11:21:15 +0000
committerGary Rennie <[email protected]>2017-02-06 11:21:15 +0000
commit71beeb5e693cac588440d9d10f25074167e72243 (patch)
tree89d0dbe20227b72b8c203c7a3061313afce98db6 /Makefile
parentcd7f4d9ac5440588c8e077c5fcc3867ae9a385a9 (diff)
downloadcowboy-71beeb5e693cac588440d9d10f25074167e72243.tar.gz
cowboy-71beeb5e693cac588440d9d10f25074167e72243.tar.bz2
cowboy-71beeb5e693cac588440d9d10f25074167e72243.zip
Update ranch version to 1.3.2 in rebar.config
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 12b17d2..dfbd055 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