From 23057098a6eac6282c4b42ba554d8fd58108de49 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Wed, 17 Sep 2014 17:48:51 -0500 Subject: fix dict type for before 17 --- src/rebar_prv_install_deps.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rebar_prv_install_deps.erl b/src/rebar_prv_install_deps.erl index 75bcf0c..87db8b0 100644 --- a/src/rebar_prv_install_deps.erl +++ b/src/rebar_prv_install_deps.erl @@ -149,7 +149,7 @@ handle_deps(State, Deps) -> is_valid(App) -> rebar_app_info:valid(App). --spec package_to_app(file:name(), dict:dict(), binary(), binary()) -> rebar_app_info:t(). +-spec package_to_app(file:name(), rlx_depsolver:t(), binary(), binary()) -> rebar_app_info:t(). package_to_app(DepsDir, Packages, Name, Vsn) -> FmtVsn = ec_cnv:to_binary(rlx_depsolver:format_version(Vsn)), -- cgit v1.1