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 Oct 8, 2023
1 parent 3806d0b commit 73f2bd0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

{minimum_otp_version, 25}.

{plugins, [{rebar3_gpb_plugin, "2.22.7"}]}.
{plugins, [{rebar3_gpb_plugin, "2.23.0"}]}.

{project_plugins,
[{rebar3_hex, "~> 7.0.7"},
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 73f2bd0

Please sign in to comment.