From 8d17bab76b29440117eb030349123256e08f727b Mon Sep 17 00:00:00 2001 From: RTB CI Bot <42817598+adroll-rtb-ci@users.noreply.github.com> Date: Tue, 2 Apr 2024 12:39:46 +0200 Subject: [PATCH] [AUTO] [ RTI-15810 ] Update Dependencies (#90) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update dependencies * Update rebar.config --------- Co-authored-by: Pablo Costas Sánchez --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 47ef92e..5a5e0c1 100644 --- a/rebar.config +++ b/rebar.config @@ -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"},