24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-06 21:37:17 +02:00

Relax strictness in mix dependency versions

This commit is contained in:
Badlop 2021-12-08 16:21:42 +01:00
parent 4a52042435
commit 68ea5834c8

View File

@ -125,7 +125,7 @@ defmodule Ejabberd.MixProject do
{:pkix, "~> 1.0"}, {:pkix, "~> 1.0"},
{:stringprep, ">= 1.0.26"}, {:stringprep, ">= 1.0.26"},
{:stun, "~> 1.0"}, {:stun, "~> 1.0"},
{:xmpp, ">= 1.5.5"}, {:xmpp, "~> 1.5"},
{:yconf, "~> 1.0"}] {:yconf, "~> 1.0"}]
++ cond_deps() ++ cond_deps()
end end