From 1fa86105d5f81ed902cfcd4e86a09a20d777c451 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Thu, 19 Nov 2020 12:05:18 +0000 Subject: [PATCH 1/2] Update rebar.config --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 446714e..3f8f77e 100644 --- a/rebar.config +++ b/rebar.config @@ -9,7 +9,7 @@ {xref_checks,[undefined_function_calls,undefined_functions,locals_not_used]}. {deps, [ - {riak_core, ".*", {git, "git://github.com/basho/riak_core.git", {tag, "riak_kv-3.0.0"}}} + {riak_core, ".*", {git, "git://github.com/basho/riak_core.git", {branch, "mas-i1775-vclocktimestamp"}}} ]}. {plugins, [{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar", {branch, "master"}}}]}. From 360629f4762ad1351a66c56bb00c46749e4260e4 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Mon, 21 Dec 2020 17:12:15 +0000 Subject: [PATCH 2/2] Update rebar.config --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 3f8f77e..011452e 100644 --- a/rebar.config +++ b/rebar.config @@ -9,7 +9,7 @@ {xref_checks,[undefined_function_calls,undefined_functions,locals_not_used]}. {deps, [ - {riak_core, ".*", {git, "git://github.com/basho/riak_core.git", {branch, "mas-i1775-vclocktimestamp"}}} + {riak_core, ".*", {git, "git://github.com/basho/riak_core.git", {branch, "develop-3.0"}}} ]}. {plugins, [{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar", {branch, "master"}}}]}.