diff --git a/rebar.config b/rebar.config index f641858e..dc41d94b 100644 --- a/rebar.config +++ b/rebar.config @@ -45,3 +45,5 @@ {dialyzer, [{warnings, [unmatched_returns]}, {plt_extra_apps, [erts, kernel, stdlib, compiler, crypto, syntax_tools]}]}. + +{plugins, [rebar3_hex]}.