aboutsummaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-05-27 12:30:03 +0200
committerBadlop <badlop@process-one.net>2021-05-28 16:51:59 +0200
commit1befa8d8b775dee453c7e575b01f6a16872dfa4a (patch)
tree5f6db7dcf4f952ad5e3bde526746fc62ae205664 /rebar.config
parentmod_muc_room: Don't leak owner JIDs (#3615) (diff)
Update lager dependency from 3.6.10 to 3.9.1 to make Dialyzer happy
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 649fd585b..17c841880 100644
--- a/rebar.config
+++ b/rebar.config
@@ -39,7 +39,7 @@
{idna, ".*", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}},
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "1.0.5"}}},
{jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.9.0"}}},
- {lager, ".*", {git, "https://github.com/erlang-lager/lager", {tag, "3.6.10"}}},
+ {lager, ".*", {git, "https://github.com/erlang-lager/lager", {tag, "3.9.1"}}},
{if_var_true, lua,
{luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "v0.3"}}}},
{mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.13"}}},