From dd458c637efdcfd4439a2f84461f5f1e389fc058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Sun, 29 Jan 2017 12:14:32 +0100 Subject: [PATCH] Floating deps should always be executed This fixes problem with recognizing latest_deps configure option --- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.script b/rebar.config.script index 5e371b175..7b0873ecb 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -323,7 +323,7 @@ Rules = [ ProcessErlOpt, []}, {[xref_queries], [xref_exclusions], true, AppendList2(ProcssXrefExclusions), [], []}, - {[deps], [floating_deps], IsRebar3, + {[deps], [floating_deps], true, ProcessFloatingDeps, [], []}, {[deps], IsRebar3, Rebar3DepsFilter, []},