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:
authorBadlop <badlop@process-one.net>2021-12-08 18:21:42 +0300
committerBadlop <badlop@process-one.net>2021-12-08 18:31:34 +0300
commit68ea5834c8adb23052bcd7283b842c656b6db428 (patch)
tree9a9e105b958ac22952d39e34bf2ce0a1445bd8f1 /mix.exs
parent4a5204243521b8e1ebe408cdd938235d5c48aa23 (diff)
Relax strictness in mix dependency versions
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 9da7885b5..924812666 100644
--- a/mix.exs
+++ b/mix.exs
@@ -125,7 +125,7 @@ defmodule Ejabberd.MixProject do
{:pkix, "~> 1.0"},
{:stringprep, ">= 1.0.26"},
{:stun, "~> 1.0"},
- {:xmpp, ">= 1.5.5"},
+ {:xmpp, "~> 1.5"},
{:yconf, "~> 1.0"}]
++ cond_deps()
end