From 85994688946d9c201d08981e756dec564458eeb9 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Thu, 11 Nov 2021 22:26:42 +0000 Subject: [PATCH] Update rebar.config --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index b7cf2d6..197343b 100644 --- a/rebar.config +++ b/rebar.config @@ -10,7 +10,7 @@ {deps, [ {riak_pb, {git, "https://github.com/basho/riak_pb.git", {tag, "3.0.8"}}}, {webmachine, {git, "https://github.com/webmachine/webmachine.git", {tag, "1.11.1"}}}, - {riak_core, {git, "https://github.com/basho/riak_core.git", {branch, "develop-3.0"}}}, + {riak_core, {git, "https://github.com/basho/riak_core.git", {tag, "riak_kv-3.0.9"}}}, {mochiweb, {git, "https://github.com/basho/mochiweb.git", {tag, "2.12.1+riak.3.0.4"}}} ]}.