aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2017-03-20 16:26:16 +0100
committerChristophe Romain <christophe.romain@process-one.net>2017-03-20 16:26:16 +0100
commit186fda098c73c72c5fe705dfd151223306fab37c (patch)
treef81f48aa9363c607ae54814a199c28707470a4ce /mix.exs
parentUpdate xmpp and fast_tls versions (diff)
Update mix deps
Diffstat (limited to '')
-rw-r--r--mix.exs6
1 files changed, 3 insertions, 3 deletions
diff --git a/mix.exs b/mix.exs
index 24b331d1e..589ed2212 100644
--- a/mix.exs
+++ b/mix.exs
@@ -40,13 +40,13 @@ defmodule Ejabberd.Mixfile do
defp deps do
[{:lager, "~> 3.2"},
- {:p1_utils, "~> 1.0"},
+ {:fast_xml, git: "https://github.com/processone/fast_xml.git", tag: "1.1.22", override: true},
+ {:xmpp, git: "https://github.com/processone/xmpp.git", tag: "1.1.9"},
+ {:p1_utils, git: "https://github.com/processone/p1_utils.git", tag: "1.0.7"},
{:cache_tab, "~> 1.0"},
{:stringprep, "~> 1.0"},
{:fast_yaml, "~> 1.0"},
{:fast_tls, "~> 1.0"},
- {:fast_xml, "~> 1.1"},
- {:xmpp, "~> 1.1"},
{:stun, "~> 1.0"},
{:esip, "~> 1.0"},
{:jiffy, "~> 0.14.7"},