summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-08-23 15:10:07 -0500
committerTristan Sloughter <t@crashfast.com>2014-08-23 15:10:07 -0500
commit793b15f9f18b32a45a4a1a92b632cb363234bff2 (patch)
treec63dc63f5f7bd7ea2312727cf436d1e2d1364338 /ebin
parentf72b39f3c399a1fcf2b039358d20c045b3741915 (diff)
rename deps provider
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rebar.app4
1 files changed, 2 insertions, 2 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index 6d48a1b..5ef9924 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -14,7 +14,7 @@
rebar_core,
rebar_cover_utils,
rebar_ct,
- rebar_deps,
+ rebar_prv_deps,
rebar_edoc,
rebar_erlc_compiler,
rebar_erlydtl_compiler,
@@ -57,7 +57,7 @@
%% any_dir processing modules
{providers, [rebar_escripter,
- rebar_deps,
+ rebar_prv_deps,
rebar_erlydtl_compiler,
rebar_prv_app_builder,
rebar_prv_app_discovery,