From e06d271fa8e1ba5661f16b983c4dfc9ddeb73ba7 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Wed, 12 Jun 2024 14:08:49 +0100 Subject: [PATCH] Use a more recent hank otherwise katana-code fails CI --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 61122ac..508144e 100644 --- a/rebar.config +++ b/rebar.config @@ -9,7 +9,7 @@ {platform_define, "^[2-9]", 'POST_OTP_18'} ]}. -{project_plugins, [covertool, rebar3_ex_doc, {rebar3_hank, "~> 0.3.0"}]}. +{project_plugins, [covertool, rebar3_ex_doc, {rebar3_hank, "1.4.0"}]}. {deps, [{hex_core, "0.10.2"}, {verl, "1.1.1"}]}.