From d2c2f228580ce3c9fc2cfdbc032277a3785f545e Mon Sep 17 00:00:00 2001 From: RTB CI Bot <42817598+adroll-rtb-ci@users.noreply.github.com> Date: Mon, 21 Aug 2023 08:25:20 +0200 Subject: [PATCH] Update dependencies (#58) --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 233c282..90387e3 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.0.1"}, + {rebar3_lint, "~> 3.1.0"}, {rebar3_hank, "~> 1.4.0"}]}. {dialyzer, [{warnings, [no_return, unmatched_returns, error_handling, underspecs]}]}.