]> granicus.if.org Git - ejabberd/commitdiff
Set yconf version in mix.exs explicitly
authorEvgeny Khramtsov <ekhramtsov@process-one.net>
Mon, 17 Jun 2019 16:50:44 +0000 (19:50 +0300)
committerEvgeny Khramtsov <ekhramtsov@process-one.net>
Mon, 17 Jun 2019 16:50:44 +0000 (19:50 +0300)
mix.exs

diff --git a/mix.exs b/mix.exs
index 1ea839cbef92546a942f34ae84d3088a7f4306de..281ef72f0e791a05b3a2fa9caa01f5e266f50b5e 100644 (file)
--- 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