aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorPaweł Chmielowski <pawel@process-one.net>2021-11-29 15:36:57 +0100
committerPaweł Chmielowski <pawel@process-one.net>2021-11-29 15:36:57 +0100
commitad3c91b86ef24da4a2a033065268198bfea6ff56 (patch)
treec06701db96ce0f9649a989cfe640e3bbde9277fb /mix.exs
parentUpdate deps (diff)
Update mix deps
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 0f991a499..fbed459a4 100644
--- a/mix.exs
+++ b/mix.exs
@@ -102,7 +102,7 @@ defmodule Ejabberd.MixProject do
end
defp deps do
- [{:base64url, "~> 0.0.1"},
+ [{:base64url, "~> 1.0"},
{:cache_tab, "~> 1.0"},
{:distillery, "~> 2.0"},
{:eimp, "~> 1.0"},
@@ -124,7 +124,7 @@ defmodule Ejabberd.MixProject do
{:pkix, "~> 1.0"},
{:stringprep, ">= 1.0.26"},
{:stun, "~> 1.0"},
- {:xmpp, git: "https://github.com/processone/xmpp", ref: "a85dc699ff02471ecad08d85e3bed87c57c48aba", override: true},
+ {:xmpp, ">= 1.5.5"},
{:yconf, "~> 1.0"}]
++ cond_deps()
end