From c89ce19ef1c53811297d09af93ffd091ee21aa52 Mon Sep 17 00:00:00 2001 From: RTB CI Bot Date: Mon, 1 Jul 2024 00:14:47 +0000 Subject: [PATCH] Update dependencies --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index d301095..2606b7d 100644 --- a/rebar.config +++ b/rebar.config @@ -15,9 +15,9 @@ [{test, [{deps, [{meck, "~> 0.9.2"}]}, {dialyzer, [{plt_extra_apps, [common_test]}]}]}]}. {project_plugins, - [{rebar3_hex, "~> 7.0.7"}, + [{rebar3_hex, "~> 7.0.8"}, {rebar3_format, "~> 1.3.0"}, - {rebar3_lint, "~> 3.2.3"}, + {rebar3_lint, "~> 3.2.5"}, {rebar3_hank, "~> 1.4.0"}]}. {dialyzer, [{warnings, [no_return, unmatched_returns, error_handling, underspecs]}]}.