summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2021-01-28 11:04:53 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2021-01-28 11:04:53 +0100
commitee3ecc6cc0b4c2382ce1a9b33551cfd694d33a22 (patch)
tree828fc2da5e0452bbf897b8ff2576e19083c67a74 /mix.exs
parentUpdate deps (diff)
Update mix deps
Diffstat (limited to '')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 7134ac7a..ee967f00 100644
--- a/mix.exs
+++ b/mix.exs
@@ -93,7 +93,7 @@ defmodule Ejabberd.Mixfile do
{:stringprep, "~> 1.0"},
{:fast_yaml, "~> 1.0"},
{:fast_tls, "~> 1.1"},
- {:stun, "~> 1.0.41", override: true},
+ {:stun, "~> 1.0.41"},
{:esip, "~> 1.0.32"},
{:p1_mysql, "~> 1.0"},
{:mqtree, "~> 1.0"},