From 7fd5297e99da8043585cb4c5b640e789b4096db3 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Tue, 7 Apr 2020 12:34:29 +0100 Subject: [PATCH] Update rebar.config --- rebar.config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rebar.config b/rebar.config index 680fd64fa5..1585bd0450 100644 --- a/rebar.config +++ b/rebar.config @@ -36,10 +36,10 @@ {riak_pipe, ".*", {git, "git://github.com/basho/riak_pipe.git", {tag, "riak_kv-2.9.1"}}}, {riak_dt, ".*", {git, "git://github.com/basho/riak_dt.git", {tag, "riak_kv-2.9.1"}}}, {eunit_formatters, ".*", {git, "git://github.com/seancribbs/eunit_formatters", {tag, "0.1.2"}}}, - {leveled, ".*", {git, "https://github.com/martinsumner/leveled.git", {branch, "develop-2.9"}}}, - {kv_index_tictactree, ".*", {git, "https://github.com/martinsumner/kv_index_tictactree.git", {tag, "riak_kv-2.9.1"}}}, - {riak_core, ".*", {git, "https://github.com/basho/riak_core.git", {branch, "develop-2.9"}}}, - {riak_api, ".*", {git, "git://github.com/basho/riak_api.git", {branch, "develop-2.9"}}}, + {leveled, ".*", {git, "https://github.com/martinsumner/leveled.git", {tag, "0.9.21"}}}, + {kv_index_tictactree, ".*", {git, "https://github.com/martinsumner/kv_index_tictactree.git", {tag, "0.9.12"}}}, + {riak_core, ".*", {git, "https://github.com/basho/riak_core.git", {tag, "riak_kv-2.9.2"}}}, + {riak_api, ".*", {git, "git://github.com/basho/riak_api.git", {tag, "riak_kv-2.9.2"}}}, {hyper, ".*", {git, "git://github.com/basho/hyper", {tag, "1.0.1"}}}, - {riakhttpc, ".*", {git, "git://github.com/basho/riak-erlang-http-client", {branch, "develop-2.9"}}} + {riakhttpc, ".*", {git, "git://github.com/basho/riak-erlang-http-client", {tag, "riak_kv-2.9.2"}}} ]}.