From fabf767d5168208ca0abd700b58a5b7729e8295e Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Tue, 10 Sep 2024 14:43:16 +0100 Subject: [PATCH] Update rebar.config --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 212880c0e..160259396 100644 --- a/rebar.config +++ b/rebar.config @@ -49,7 +49,7 @@ {sext, {git, "https://github.com/uwiger/sext.git", {tag, "1.8.0"}}}, {riak_pipe, {git, "https://github.com/nhs-riak/riak_pipe.git", {branch, "nhse-develop"}}}, {riak_dt, {git, "https://github.com/nhs-riak/riak_dt.git", {branch, "nhse-develop"}}}, - {riak_api, {git, "https://github.com/nhs-riak/riak_api.git", {branch, "nhse-d34-otp26"}}}, + {riak_api, {git, "https://github.com/nhs-riak/riak_api.git", {branch, "nhse-develop-3.4"}}}, {hyper, {git, "https://github.com/nhs-riak/hyper", {branch, "nhse-develop"}}}, {kv_index_tictactree, {git, "https://github.com/nhs-riak/kv_index_tictactree.git", {branch, "nhse-develop"}}}, {rhc, {git, "https://github.com/nhs-riak/riak-erlang-http-client", {branch, "nhse-d34-otp26"}}}