diff options
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 0c6e4c3..111a4c6 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "2"}, + {vsn, "2.0.0"}, {modules, [ rebar, rebar_abnfc_compiler, rebar_appups, @@ -40,7 +40,11 @@ {registered, []}, {applications, [kernel, stdlib, - sasl]}, + sasl, + compiler, + crypto, + syntax_tools, + tools]}, {env, [ %% Default log level {log_level, error}, |