From 58b9077b51ab5483bef6213469aa6b030f6d5628 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Wed, 14 Jun 2017 14:18:35 +0200 Subject: [PATCH] Fix OTP-17.5 support --- rebar.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index b51fcf384..194306b6b 100644 --- a/rebar.config +++ b/rebar.config @@ -18,7 +18,8 @@ %%% %%%---------------------------------------------------------------------- -{deps, [{lager, ".*", {git, "https://github.com/erlang-lager/lager", {tag, "3.4.2"}}}, +{deps, [{lager, ".*", {git, "https://github.com/erlang-lager/lager", + {tag, {if_version_above, "17", "3.4.2", "3.2.1"}}}}, {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.9"}}}, {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.8"}}}, {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.12"}}},