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"}}} ]}.