From f6092a4902470addfd8841b6e1329ef81a30d96e Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Mon, 24 Mar 2025 11:09:22 +0000 Subject: [PATCH] Update meck to OpenRiak --- rebar.config | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index c663489..c8eb36b 100644 --- a/rebar.config +++ b/rebar.config @@ -34,15 +34,20 @@ {test, [ {deps, - [meck, - {cuttlefish, {git, "https://github.com/OpenRiak/cuttlefish.git", {branch, "openriak-3.2"}}} + [ + {meck, {git, "https://github.com/OpenRiak/meck.git", {branch, "openriak-3.2"}}}, + {cuttlefish, {git, "https://github.com/OpenRiak/cuttlefish.git", {branch, "openriak-3.2"}}} ]}, {eunit_opts, [verbose]} ]}, {eqc, [ {deps, - [meck, {faulterl, {git, "https://github.com/OpenRiak/faulterl", {branch, "openriak-3.2"}}}]}, + [ + {meck, {git, "https://github.com/OpenRiak/meck.git", {branch, "openriak-3.2"}}}, + {faulterl, {git, "https://github.com/OpenRiak/faulterl", {branch, "openriak-3.2"}}} + ] + }, {overrides, [{override, faulterl, [ {plugins, [pc]},