aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorEvgeny Khramtsov <ekhramtsov@process-one.net>2018-11-23 16:25:02 +0300
committerEvgeny Khramtsov <ekhramtsov@process-one.net>2018-11-23 16:25:02 +0300
commit94ef57721baade548ff85602d7f3cbe2eaff45d3 (patch)
treed8a663c95cb53164aa397532ba6fa337640b4267 /mix.exs
parentImprove tests for mod_private (diff)
parentFix typo in recent PR commit (#2697) (diff)
Merge branch 'master' of github.com:processone/ejabberd
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 2b5ac5630..2e136884d 100644
--- a/mix.exs
+++ b/mix.exs
@@ -58,7 +58,7 @@ defmodule Ejabberd.Mixfile do
end
defp deps do
- [{:lager, "~> 3.4.0"},
+ [{:lager, "~> 3.6.0"},
{:p1_utils, "~> 1.0"},
{:fast_xml, "~> 1.1"},
{:xmpp, "~> 1.2"},