Update rebar.config

This commit is contained in:
Martin Sumner 2024-07-16 11:07:54 +01:00
parent e417bb4743
commit 7b5b18ed06

View file

@ -27,7 +27,7 @@
]}. ]}.
{deps, [ {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"}}} {zstd, ".*", {git, "https://github.com/nhs-riak/zstd-erlang", {branch, "nhse-develop"}}}
]}. ]}.