diff options
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 3056469..0c02a8e 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -23,14 +23,17 @@ rebar_fetch, rebar_file_utils, rebar_log, + rebar_lock, rebar_otp_app, rebar_provider, rebar_prv_app_builder, + rebar_prv_app_discovery, rebar_qc, rebar_require_vsn, rebar_prv_release, rebar_prv_update, rebar_shell, + rebar_state, rebar_subdirs, rebar_prv_tar, rebar_templater, @@ -57,6 +60,7 @@ rebar_deps, rebar_erlydtl_compiler, rebar_prv_app_builder, + rebar_prv_app_discovery, rebar_shell, rebar_prv_tar, rebar_prv_update, |