X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=a0a6106a9a77ceac798b0693d11c975ded02cadd;hb=a851a24036e07db99f9d893ec9043f0d826ca877;hp=afb4da1f6960c5c9084dda9275486cea5668418b;hpb=a8adc300d4cfc88ef19f1977e32068437ed4ad00;p=akkoma diff --git a/mix.exs b/mix.exs index afb4da1f6..a0a6106a9 100644 --- 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},