aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2016-11-25 09:31:49 +0100
committerChristophe Romain <christophe.romain@process-one.net>2016-11-25 09:31:49 +0100
commit4d6eb312642fe018cff007efc6639873a67d72a4 (patch)
treee85eaa9f18cf6dacfeb4ebcff7e625026e766582 /mix.exs
parentGet rid of compile warnings (diff)
Use new version of xmpp in mix
Diffstat (limited to '')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 5e1676043..d1ef0fbbb 100644
--- a/mix.exs
+++ b/mix.exs
@@ -46,7 +46,7 @@ defmodule Ejabberd.Mixfile do
{:fast_yaml, "~> 1.0"},
{:fast_tls, "~> 1.0"},
{:fast_xml, "~> 1.1", override: true}, # override cause of :xmpp
- {:xmpp, github: "processone/xmpp", tag: "1.0.3"},
+ {:xmpp, github: "processone/xmpp", tag: "1.1.1"},
{:stun, "~> 1.0"},
{:esip, "~> 1.0"},
{:jiffy, "~> 0.14.7"},