mix.exs: use correct override value

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk 2026-02-27 12:04:25 +01:00
commit 938ee4cb01
2 changed files with 1 additions and 1 deletions

View file

View file

@ -154,7 +154,7 @@ defmodule Pleroma.Mixfile do
{:gun, "~> 2.2"},
{:finch, "~> 0.15"},
{:jason, "~> 1.2"},
{:mogrify, "~> 0.9.0", override: "true"},
{:mogrify, "~> 0.9.0", override: true},
{:ex_aws, "~> 2.1.6"},
{:ex_aws_s3, "~> 2.0"},
{:sweet_xml, "~> 0.7.2"},