From 4613e88f7d1626a75066161dcb6fe5b6c8775366 Mon Sep 17 00:00:00 2001 From: Brujo Benavides Date: Wed, 10 Jul 2024 13:38:56 +0200 Subject: [PATCH] Update elvis_core version to 3.2.5 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index e098f37..6ab50a9 100644 --- a/rebar.config +++ b/rebar.config @@ -24,7 +24,7 @@ %% == Dependencies and plugins == -{deps, [{elvis_core, "3.2.3"}, {getopt, "1.0.2"}, {egithub, "0.7.0"}]}. +{deps, [{elvis_core, "3.2.5"}, {getopt, "1.0.2"}, {egithub, "0.7.0"}]}. {project_plugins, [{rebar3_hank, "~> 1.4.0"},