Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adroll-rtb-ci committed Mar 17, 2024
1 parent 964cd27 commit 2743c1a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
{project_plugins,
[{rebar3_hex, "~> 7.0.7"},
{rebar3_format, "~> 1.3.0"},
{rebar3_lint, "~> 3.2.2"},
{rebar3_lint, "~> 3.2.3"},
{rebar3_hank, "~> 1.4.0"},
{rebar3_ex_doc, "~> 0.2.21"}]}.
{rebar3_ex_doc, "~> 0.2.22"}]}.

{gpb_opts,
[{i, "priv/proto"},
Expand Down Expand Up @@ -48,9 +48,6 @@

{format, [{ignore, ["src/kpl_agg_pb.erl", "include/kpl_agg_pb.hrl"]}]}.

%% The options for this app are converted to a map in erlmdl_app and then
%% dynamically replaced in an .properties file. We can't detect unused
%% configuration options. They're technically all used.
{hank,
[{ignore, ["src/kpl_agg_pb.erl", "include/kpl_agg_pb.hrl", "src/erlmld.app.src"]}]}.

Expand Down

0 comments on commit 2743c1a

Please sign in to comment.