Skip to content

Commit 28219be

Browse files
committed
Update dependencies
1 parent 964cd27 commit 28219be

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

rebar.config

+2-5
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
{project_plugins,
1717
[{rebar3_hex, "~> 7.0.7"},
1818
{rebar3_format, "~> 1.3.0"},
19-
{rebar3_lint, "~> 3.2.2"},
19+
{rebar3_lint, "~> 3.2.3"},
2020
{rebar3_hank, "~> 1.4.0"},
21-
{rebar3_ex_doc, "~> 0.2.21"}]}.
21+
{rebar3_ex_doc, "~> 0.2.22"}]}.
2222

2323
{gpb_opts,
2424
[{i, "priv/proto"},
@@ -48,9 +48,6 @@
4848

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

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

0 commit comments

Comments
 (0)