From 18f5b167590e76e65b9197f500d675b869ee15f4 Mon Sep 17 00:00:00 2001 From: Luca Favatella Date: Fri, 7 Apr 2017 16:55:29 +0100 Subject: [PATCH] Bump lager dep to current repo and version --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}}} ] }.