Skip to content

Commit

Permalink
Move rebar3_hex to project_plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Silviu Caragea committed Mar 28, 2019
1 parent df8cc71 commit 855b919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{post_hooks, [{"(linux|darwin)", clean, "make clean_nif"}]}.
{artifacts, ["priv/erlkaf_nif.so"]}.

{plugins, [rebar3_hex]}.
{project_plugins, [rebar3_hex]}.

{deps, [
{lager, "3.6.7"},
Expand Down

0 comments on commit 855b919

Please sign in to comment.