Downgrade Plug to 1.10.x, revert upload_limit tuple to function change
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index afb4da1f6960c5c9084dda9275486cea5668418b..a0a6106a9a77ceac798b0693d11c975ded02cadd 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -199,6 +199,9 @@ defmodule Pleroma.Mixfile do
       {:eblurhash, "~> 1.1.0"},
       {:open_api_spex, "~> 3.10"},
 
+      # 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},