From 7b5b18ed0648e8a118ab908acf113bf8e13cf804 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Tue, 16 Jul 2024 11:07:54 +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 b3840d8..b76e2c2 100644 --- a/rebar.config +++ b/rebar.config @@ -27,7 +27,7 @@ ]}. {deps, [ - {lz4, ".*", {git, "https://github.com/nhs-riak/erlang-lz4", {branch, "nhse-develop-otp27"}}}, + {lz4, ".*", {git, "https://github.com/nhs-riak/erlang-lz4", {branch, "nhse-develop-3.4"}}}, {zstd, ".*", {git, "https://github.com/nhs-riak/zstd-erlang", {branch, "nhse-develop"}}} ]}.