From 794e19aaf193bfddbf0954c7a24f5afa17d3977d Mon Sep 17 00:00:00 2001 From: Evgeny Khramtsov Date: Mon, 17 Jun 2019 19:50:44 +0300 Subject: [PATCH] Set yconf version in mix.exs explicitly --- mix.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 1ea839cbe..281ef72f0 100644 --- a/mix.exs +++ b/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