From dae886ad48c8f09771d512f30e762dc032ed6168 Mon Sep 17 00:00:00 2001 From: RTB CI Bot <42817598+adroll-rtb-ci@users.noreply.github.com> Date: Tue, 23 Jan 2024 12:57:59 +0100 Subject: [PATCH] [AUTO] [ RTI-15639 ] Update Dependencies (#84) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update dependencies * Add back comments to 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 6600e78..12f4837 100644 --- a/rebar.config +++ b/rebar.config @@ -11,12 +11,12 @@ {minimum_otp_version, 25}. -{plugins, [{rebar3_gpb_plugin, "2.23.0"}]}. +{plugins, [{rebar3_gpb_plugin, "2.23.1"}]}. {project_plugins, [{rebar3_hex, "~> 7.0.7"}, {rebar3_format, "~> 1.3.0"}, - {rebar3_lint, "~> 3.1.0"}, + {rebar3_lint, "~> 3.2.1"}, {rebar3_hank, "~> 1.4.0"}, {rebar3_ex_doc, "~> 0.2.21"}]}.