From 0fc3833b0dfb1166753b67af460eb8af6b8af1bf Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Fri, 10 Feb 2023 15:28:44 +0000 Subject: [PATCH] Bump tag for release --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 26e5ecd..16fa443 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, "https://github.com/basho/riak_core.git", {tag, "riak_kv-3.0.13"}}} + {riak_core, ".*", {git, "https://github.com/basho/riak_core.git", {tag, "riak_kv-3.0.14"}}} ]}. {plugins, [{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar", {branch, "master"}}}]}.