Skip to content

Commit

Permalink
[main-] Add rebar3_hex
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon committed Dec 2, 2021
1 parent 794dd86 commit 49ff89c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
{cover_opts, [verbose]}.

{project_plugins,
[{rebar3_format, "~> 1.0.1"}, {rebar3_lint, "~> 1.0.1"}, {rebar3_hank, "~> 1.2.2"}]}.
[{rebar3_hex, "~> 6.11.6"},
{rebar3_format, "~> 1.0.1"},
{rebar3_lint, "~> 1.0.1"},
{rebar3_hank, "~> 1.2.2"}]}.

{dialyzer,
[{warnings, [unknown, no_return, error_handling]},
Expand Down

0 comments on commit 49ff89c

Please sign in to comment.