Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Khramtsov <ekhramtsov@process-one.net>2019-06-17 19:50:44 +0300
committerEvgeny Khramtsov <ekhramtsov@process-one.net>2019-06-17 19:50:44 +0300
commit794e19aaf193bfddbf0954c7a24f5afa17d3977d (patch)
treeab1dbd9875cccd83862c90d18c46a5585937c528 /mix.exs
parent91d9d076f9c69562f5e5232f64832d3c1125a5f8 (diff)
Set yconf version in mix.exs explicitly
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
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