From c1b3e7c7939b2c4ae033fa0acd80adff60e08bb8 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Fri, 7 Dec 2018 12:47:48 +0000 Subject: [PATCH] Change lz4 ref there were no local modifications - so use tagged version of szktty (which is in hex) --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index a6c6659..352ec3f 100644 --- a/rebar.config +++ b/rebar.config @@ -16,5 +16,5 @@ ]}. {deps, [ - {lz4, ".*", {git, "https://github.com/martinsumner/erlang-lz4", {branch, "mas-leveled"}}} + {lz4, ".*", {git, "https://github.com/szktty/erlang-lz4", {tag, "0.2.4"}}} ]}.