summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2023-06-27 01:52:40 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2023-06-27 02:38:31 +0200
commit9e69adf76fcd8c13581dcd1abc68520f3f0e25d8 (patch)
tree6a84dd02050f391cc0147db961c163f0950ac45f /mix.exs
parentaa4c4ab2a0fd2e3ed3abd7ea455463f3f65a5083 (diff)
downloadpleroma-9e69adf76fcd8c13581dcd1abc68520f3f0e25d8.tar.gz
pleroma-9e69adf76fcd8c13581dcd1abc68520f3f0e25d8.zip
mix: Remove override on plug
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 0 insertions, 3 deletions
diff --git a/mix.exs b/mix.exs
index fa72a85a9..fc4e87ee3 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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},