mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Relax strictness in mix dependency versions
This commit is contained in:
parent
4a52042435
commit
68ea5834c8
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue