From aa7bb78cab62796d56d60f49b96cbed27c6db4f3 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Fri, 1 Nov 2019 13:41:10 +0000 Subject: [PATCH] Update rebar.config Switch to develop-3.0 lz4 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 9b92d91..40b137f 100644 --- a/rebar.config +++ b/rebar.config @@ -16,5 +16,5 @@ ]}. {deps, [ - {lz4, ".*", {git, "https://github.com/szktty/erlang-lz4", {tag, "0.2.4"}}} + {lz4, ".*", {git, "https://github.com/martinsumner/erlang-lz4", {branch, "develop-3.0"}}} ]}.