From fc34ff0c39d95dd38ca2a56ec03d98d5d267eee5 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Thu, 12 Sep 2024 17:24:11 +0100 Subject: [PATCH] Update for riak_pipe spec change --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 4ec2a5d44..001309af3 100644 --- a/rebar.config +++ b/rebar.config @@ -47,7 +47,7 @@ {redbug, {git, "https://github.com/massemanet/redbug", {branch, "master"}}}, {recon, {git, "https://github.com/ferd/recon", {tag, "2.5.5"}}}, {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_pipe, {git, "https://github.com/nhs-riak/riak_pipe.git", {branch, "nhse-develop-3.4"}}}, {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-develop-3.4"}}}, {hyper, {git, "https://github.com/nhs-riak/hyper", {branch, "nhse-develop"}}},