diff options
Diffstat (limited to 'src/rebar.app.src')
-rw-r--r-- | src/rebar.app.src | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rebar.app.src b/src/rebar.app.src index 655506e..4d1dfd7 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -23,7 +23,7 @@ erlware_commons, providers, bbmustache, - ssl_verify_hostname, + ssl_verify_hostname, relx, inets]}, {env, [ @@ -49,6 +49,8 @@ rebar_prv_eunit, rebar_prv_help, rebar_prv_install_deps, + rebar_prv_local_install, + rebar_prv_local_upgrade, rebar_prv_lock, rebar_prv_new, rebar_prv_packages, |