Relax strictness in mix dependency versions

This commit is contained in:
Badlop 2021-12-08 16:21:42 +01:00
parent 4a52042435
commit 68ea5834c8
1 changed files with 1 additions and 1 deletions

View File

@ -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