From cd7f4d9ac5440588c8e077c5fcc3867ae9a385a9 Mon Sep 17 00:00:00 2001 From: Nicholas Lundgaard Date: Wed, 1 Feb 2017 16:43:22 -0600 Subject: Update ranch to 1.3.1 in rebar.config Update to match the Makefile change in 3a240eb49b6322ec88985aa21014ca84a81157bb. Fixes #1088 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 198f3ef..51c7a4c 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.2.0"}}]}. +{deps, [{cowlib,".*",{git,"https://github.com/ninenines/cowlib","1.0.2"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.3.1"}}]}. {erl_opts, [debug_info,warn_export_all,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,warn_missing_spec]}. -- cgit v1.2.3