From a8682dcb1f5c6d1ac7b8d46e91dd94f6de328b18 Mon Sep 17 00:00:00 2001 From: Brett Hazen Date: Fri, 20 Jan 2017 18:31:31 -0700 Subject: [PATCH] Update lager version to 3.2.4 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 709662df..5141497a 100644 --- a/rebar.config +++ b/rebar.config @@ -9,7 +9,7 @@ {xref_queries, [{"(XC - UC) || (XU - X - B - cluster_info : Mod)", []}]}. {deps, [ - {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.2"}}}, + {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.4"}}}, {ranch, "0.4.0-p1", {git, "https://github.com/basho/ranch.git", {tag, "0.4.0-p1"}}}, {ebloom, ".*", {git, "https://github.com/basho/ebloom.git", {tag, "2.0.0"}}}, {riak_kv, ".*", {git, "https://github.com/basho/riak_kv.git", {branch, "develop"}}},