From 9934efe66ee8a526c9cf552c6e59d471806c4067 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Mon, 23 Dec 2024 11:59:49 +0000 Subject: [PATCH] Update rebar.config (#56) --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 361d6db17..85cc7362f 100644 --- a/rebar.config +++ b/rebar.config @@ -31,7 +31,7 @@ ]}. {profiles, [ - {test, [{deps, [meck]}]}, + {test, [{deps, [{meck, {git, "https://github.com/OpenRiak/meck.git", {branch, "openriak-3.2"}}}]}]}, {gha, [{erl_opts, [{d, 'GITHUBEXCLUDE'}]}]} ]}.