From d340aee6c5a9e4a84138275ae07e15938ff75653 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Tue, 22 Dec 2020 15:59:08 +0000 Subject: [PATCH] Update to tagged dep for release --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 011452e..331159c 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, "develop-3.0"}}} + {riak_core, ".*", {git, "git://github.com/basho/riak_core.git", {tag, "riak_kv-3.0.2"}}} ]}. {plugins, [{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar", {branch, "master"}}}]}.