Remove stringprep override from mix.exs

This commit is contained in:
Paweł Chmielowski 2021-07-26 16:06:43 +02:00
parent 6e4e5a0190
commit e3875482ba
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ defmodule Ejabberd.MixProject do
{:p1_pgsql, "~> 1.1"},
{:p1_utils, "~> 1.0"},
{:pkix, "~> 1.0"},
{:stringprep, ">= 1.0.26", override: true},
{:stringprep, ">= 1.0.26"},
{:stun, "~> 1.0"},
{:xmpp, "~> 1.5"},
{:yconf, "~> 1.0"}]