Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2018-06-11 15:21:35 +0300
committerChristophe Romain <christophe.romain@process-one.net>2018-06-11 15:21:35 +0300
commit4f293751f0d2732f10d4f0a4a6e99a2f69f4f5f3 (patch)
treeb65692e566f8f8eb3de4150205aa47374944464a /mix.exs
parent6f481e3ceb08d496d3a42546a87e4d06b6ea8882 (diff)
Update mix deps
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 00323c416..2abe0f055 100644
--- a/mix.exs
+++ b/mix.exs
@@ -61,7 +61,7 @@ defmodule Ejabberd.Mixfile do
[{:lager, "~> 3.4.0"},
{:p1_utils, "~> 1.0"},
{:fast_xml, "~> 1.1"},
- {:xmpp, github: "processone/xmpp", tag: "d958206"},
+ {:xmpp, github: "processone/xmpp", tag: "e26a39a"},
{:cache_tab, "~> 1.0"},
{:stringprep, "~> 1.0"},
{:fast_yaml, "~> 1.0"},