mix: Remove override on plug

This commit is contained in:
Haelwenn (lanodan) Monnier 2023-06-27 01:52:40 +02:00
commit 9e69adf76f
2 changed files with 1 additions and 4 deletions

View file

@ -194,9 +194,6 @@ defmodule Pleroma.Mixfile do
{:open_api_spex, "~> 3.16"},
{:ecto_psql_extras, "~> 0.6"},
# indirect dependency version override
{:plug, "~> 1.10.4", override: true},
## dev & test
{:ex_doc, "~> 0.22", only: :dev, runtime: false},
{:ex_machina, "~> 2.4", only: :test},