From: Evgeny Khramtsov Date: Mon, 20 May 2019 09:10:23 +0000 (+0300) Subject: Use lager 3.6.10 X-Git-Tag: 19.05~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4424f40186ec0d3c5a76c6b40ddf5ca90d43ca38;p=ejabberd Use lager 3.6.10 --- diff --git a/rebar.config b/rebar.config index 09a5beadd..8612a9e13 100644 --- a/rebar.config +++ b/rebar.config @@ -18,7 +18,7 @@ %%% %%%---------------------------------------------------------------------- -{deps, [{lager, ".*", {git, "https://github.com/erlang-lager/lager", "3.6.7"}}, +{deps, [{lager, ".*", {git, "https://github.com/erlang-lager/lager", "3.6.10"}}, {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.14"}}}, {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", "5079ca9"}}, {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.0"}}},