From bed507117768ac2056f9429ea6708073afa33f05 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Sun, 6 Dec 2020 22:05:13 +0000 Subject: [PATCH] Switch KV branch for update --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index a89b7724..1f9828ba 100644 --- a/rebar.config +++ b/rebar.config @@ -11,7 +11,7 @@ {deps, [ {kvc, ".*", {git, "git://github.com/etrepum/kvc.git", {tag, "v1.5.0"}}}, - {riak_kv, ".*", {git, "git://github.com/basho/riak_kv.git", {tag, "riak_kv-2.9.1"}}}, + {riak_kv, ".*", {git, "git://github.com/basho/riak_kv.git", {branch, "develop-2.9"}}}, {ibrowse, ".*", {git, "git://github.com/basho/ibrowse.git", {tag, "riak_kv-2.9.1"}}}, {fuse, "2.1.0", {git, "https://github.com/jlouis/fuse.git", {tag, "v2.1.0"}}}, {riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {tag, "riak_kv-2.9.1"}}}