From 8ec53c2533692c17de7fc728ad1a06614eb309a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 22:43:04 +0000 Subject: [PATCH] chore(deps): update rebar.config deps --- rebar.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index c4f23a7..4366031 100644 --- a/rebar.config +++ b/rebar.config @@ -11,11 +11,11 @@ ]}. {project_plugins, - [{rebar3_hex, "7.0.7"}, + [{rebar3_hex, "7.0.8"}, {erlfmt, "1.3.0"}, - {rebar3_lint, "3.2.4"}, + {rebar3_lint, "3.2.5"}, {rebar3_hank, "1.4.0"}, - {rebar3_ex_doc, "0.2.22"}]}. + {rebar3_ex_doc, "0.2.23"}]}. {shell, [{apps, [arizona]}]}.