From 98253c62a3a76c820a9d3f7924fb259f92cf39c8 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Tue, 22 Aug 2023 16:21:29 +0100 Subject: [PATCH] Update rebar.config --- rebar.config | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/rebar.config b/rebar.config index 5eaa9408a..e054d135f 100644 --- a/rebar.config +++ b/rebar.config @@ -21,15 +21,15 @@ {deps, [ {lager, {git, "https://github.com/erlang-lager/lager.git", {tag, "3.8.0"}}}, - {poolboy, {git, "https://github.com/basho/poolboy.git", {tag, "riak_kv-3.0.0"}}}, - {riak_sysmon, {git, "https://github.com/basho/riak_sysmon.git", {tag, "2.2.1"}}}, - {clique, {git, "https://github.com/basho/clique.git", {tag, "0.3.12"}}}, - {eleveldb, {git, "https://github.com/basho/eleveldb.git", {tag, "riak_kv-3.0.12"}}}, - {riak_ensemble, {git, "https://github.com/basho/riak_ensemble", {tag, "riak_kv-3.0.10"}}}, - {pbkdf2, {git, "https://github.com/basho/erlang-pbkdf2.git", {tag, "2.1.0"}}}, - {cluster_info, {git, "https://github.com/basho/cluster_info.git", {tag, "2.1.0"}}}, + {poolboy, {git, "https://github.com/nhs-riak/poolboy.git", {branch, "nhse-develop-3.0"}}}, + {riak_sysmon, {git, "https://github.com/nhs-riak/riak_sysmon.git", {branch, "nhse-develop-3.0"}}}, + {clique, {git, "https://github.com/nhs-riak/clique.git", {branch, "nhse-develop-3.0"}}}, + {eleveldb, {git, "https://github.com/nhs-riak/eleveldb.git", {branch, "nhse-develop-3.0"}}}, + {riak_ensemble, {git, "https://github.com/nhs-riak/riak_ensemble", {branch, "nhse-develop-3.0"}}}, + {pbkdf2, {git, "https://github.com/nhs-riak/erlang-pbkdf2.git", {branch, "nhse-develop-3.0"}}}, + {cluster_info, {git, "https://github.com/nhs-riak/cluster_info.git", {branch, "nhse-develop-3.0"}}}, {exometer_core, "1.6.1"}, - {basho_stats, {git, "https://github.com/basho/basho_stats.git", {tag, "1.1.0"}}} + {basho_stats, {git, "https://github.com/nhs-riak/basho_stats.git", {branch, "nhse-develop-3.0"}}} ]}. {dialyzer, [{plt_apps, all_deps}]}.