From 73f2bd0b19057887bf0c583188fc6b0ba19a5260 Mon Sep 17 00:00:00 2001 From: RTB CI Bot Date: Sun, 8 Oct 2023 00:41:09 +0000 Subject: [PATCH] Update dependencies --- rebar.config | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rebar.config b/rebar.config index f2a047a..235527f 100644 --- a/rebar.config +++ b/rebar.config @@ -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"}, @@ -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"]}]}.