From ce8b587b681c67cf0f238e3e01f7a7f1837a15e9 Mon Sep 17 00:00:00 2001 From: Brett Hazen Date: Wed, 14 Oct 2015 07:01:43 -0600 Subject: [PATCH] Upgrade lager version to 2.2.0 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index d7952d1..f28978f 100644 --- a/rebar.config +++ b/rebar.config @@ -3,7 +3,7 @@ {cover_enabled, true}. {deps, [ - {lager, "2.1.*", {git, "git://github.com/basho/lager", {tag, "2.1.1"}}}, + {lager, "(2.0|2.1|2.2).*", {git, "git://github.com/basho/lager.git", {tag, "2.2.0"}}}, {'syslog', "1.0.*", {git, "git://github.com/Vagabond/erlang-syslog", {tag, "1.0.3"}}} ] }.