]> granicus.if.org Git - ejabberd/commitdiff
Fix OTP-17.5 support
authorChristophe Romain <christophe.romain@process-one.net>
Wed, 14 Jun 2017 12:18:35 +0000 (14:18 +0200)
committerChristophe Romain <christophe.romain@process-one.net>
Wed, 14 Jun 2017 12:18:35 +0000 (14:18 +0200)
rebar.config

index b51fcf384b476f62dccd302294991d31721bfc60..194306b6b46a2b8559793038f09b292a35a8717a 100644 (file)
@@ -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"}}},