From 235915fa1f63dd3e68e09957e5f59d6161c98cab Mon Sep 17 00:00:00 2001 From: RTB CI Bot <42817598+adroll-rtb-ci@users.noreply.github.com> Date: Mon, 22 Jan 2024 07:48:52 +0100 Subject: [PATCH] Update dependencies (#59) --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 90387e3..e8e9d27 100644 --- a/rebar.config +++ b/rebar.config @@ -17,7 +17,7 @@ {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"}]}. {dialyzer, [{warnings, [no_return, unmatched_returns, error_handling, underspecs]}]}.