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-01-10 13:48:53 +0300
committerChristophe Romain <christophe.romain@process-one.net>2018-01-10 13:48:53 +0300
commit8641c6cb342adadaffac4ab09389f4fec83b123d (patch)
tree7f8df4d1b66b329d78c899d4dec16a375982bd25 /mix.exs
parente04b4c52fd1fb7473bbbca949b7a7f76dc52f10c (diff)
Update mix deps
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs12
1 files changed, 6 insertions, 6 deletions
diff --git a/mix.exs b/mix.exs
index cbcdd86db..5507111e4 100644
--- a/mix.exs
+++ b/mix.exs
@@ -59,21 +59,21 @@ defmodule Ejabberd.Mixfile do
defp deps do
[{:lager, "~> 3.4.0"},
{:p1_utils, "~> 1.0"},
- {:fast_xml, "~> 1.1", manager: :rebar},
- {:xmpp, "~> 1.1"},
+ {:fast_xml, github: "processone/fast_xml", tag: "1.1.27", override: true, manager: :rebar},
+ {:xmpp, github: "processone/xmpp", tag: "1.1.18", override: true, manager: :rebar},
{:cache_tab, "~> 1.0"},
{:stringprep, "~> 1.0"},
{:fast_yaml, "~> 1.0"},
- {:fast_tls, "~> 1.0"},
- {:stun, github: "processone/stun", tag: "1.0.17", override: true, manager: :rebar},
- {:esip, github: "processone/esip", tag: "1.0.18", override: true, manager: :rebar},
+ {:fast_tls, github: "processone/fast_tls", tag: "1.0.19", override: true, manager: :rebar},
+ {:stun, github: "processone/stun", tag: "1.0.18", override: true, manager: :rebar},
+ {:esip, github: "processone/esip", tag: "1.0.19", override: true, manager: :rebar},
{:p1_mysql, "~> 1.0"},
{:p1_pgsql, "~> 1.1"},
{:jiffy, "~> 0.14.7"},
{:p1_oauth2, "~> 0.6.1"},
{:distillery, "~> 1.0"},
{:ex_doc, ">= 0.0.0", only: :dev},
- {:fs, "~> 2.12.0"}]
+ {:fs, github: "synrc/fs", ref: "bed9467", override: true, manager: :rebar}]
++ cond_deps()
end