From ff65877f84e09edf47a699c4556da8802d3665a7 Mon Sep 17 00:00:00 2001 From: Jose M Perez Date: Fri, 29 Mar 2019 21:26:50 +0100 Subject: Refactor deps command to show lock vs config file Deps command shows an * if the local state of the dependencies do not match the config file, highlighting the differences between the lock file and the config file if there are any. --- src/rebar_app_utils.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rebar_app_utils.erl') diff --git a/src/rebar_app_utils.erl b/src/rebar_app_utils.erl index 5fe5ba6..0ea6ad8 100644 --- a/src/rebar_app_utils.erl +++ b/src/rebar_app_utils.erl @@ -34,6 +34,7 @@ validate_application_info/2, parse_deps/5, parse_deps/6, + parse_dep/6, expand_deps_sources/2, dep_to_app/7, format_error/1]). -- cgit v1.1