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:
authorMickael Remond <mremond@process-one.net>2019-08-06 16:47:58 +0300
committerMickael Remond <mremond@process-one.net>2019-08-06 16:47:58 +0300
commit28feb90175ef3644fd221dc9e4a0ea1f22a836f0 (patch)
tree9e7a9d1692d4634b0d8446badcbd4e0d4b7d78b3 /mix.exs
parent950c20931004dcdf830324901e1b81e793c46b85 (diff)
Remove fast_yaml override
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index c8303f789..7d55f3b03 100644
--- a/mix.exs
+++ b/mix.exs
@@ -74,7 +74,7 @@ defmodule Ejabberd.Mixfile do
{:xmpp, "~> 1.4.0"},
{:cache_tab, "~> 1.0"},
{:stringprep, "~> 1.0"},
- {:fast_yaml, "~> 1.0", override: true},
+ {:fast_yaml, "~> 1.0"},
{:fast_tls, "~> 1.1"},
{:stun, "~> 1.0"},
{:esip, "~> 1.0"},