mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Set yconf version in mix.exs explicitly
This commit is contained in:
parent
91d9d076f9
commit
794e19aaf1
3
mix.exs
3
mix.exs
@ -74,7 +74,7 @@ defmodule Ejabberd.Mixfile do
|
||||
{:xmpp, "~> 1.3.0"},
|
||||
{:cache_tab, "~> 1.0"},
|
||||
{:stringprep, "~> 1.0"},
|
||||
{:fast_yaml, "~> 1.0"},
|
||||
{:fast_yaml, "~> 1.0", override: true},
|
||||
{:fast_tls, "~> 1.1"},
|
||||
{:stun, "~> 1.0"},
|
||||
{:esip, "~> 1.0"},
|
||||
@ -88,6 +88,7 @@ defmodule Ejabberd.Mixfile do
|
||||
{:ex_doc, ">= 0.0.0", only: :dev},
|
||||
{:eimp, "~> 1.0"},
|
||||
{:base64url, "~> 0.0.1"},
|
||||
{:yconf, github: "processone/yconf", commit: "f9c235faf828f52bb01881b172646960d5a8d523", manager: :rebar},
|
||||
{:jose, "~> 1.8"}]
|
||||
++ cond_deps()
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user