diff --git a/rebar.config b/rebar.config index bcf374c..429c371 100644 --- a/rebar.config +++ b/rebar.config @@ -3,7 +3,7 @@ {cover_enabled, true}. {deps, [ - {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.4"}}}, + {lager, ".*", {git, "https://github.com/erlang-lager/lager.git", {tag, "3.4.1"}}}, {'syslog', "1.0.*", {git, "https://github.com/basho/erlang-syslog", {tag, "1.0.3"}}} ] }.