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:
authorPaweł Chmielowski <pchmielowski@process-one.net>2018-06-28 11:56:59 +0300
committerPaweł Chmielowski <pchmielowski@process-one.net>2018-06-28 11:56:59 +0300
commit8f2233eff74363f8434ab8769e85f4154e8555fd (patch)
tree69f1cef70e85b9a3137f59fdca40a182405e2839 /mix.exs
parent8879d1d533cdea83efebad54b37e22f849092ac1 (diff)
Update 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 9f4a39a0c..05cc2c1c1 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: "e26a39a"},
+ {:xmpp, "~> 1.2"},
{:cache_tab, "~> 1.0"},
{:stringprep, "~> 1.0"},
{:fast_yaml, "~> 1.0"},