Merge pull request 'mix.exs: use correct override value' (#7838) from mkljczk/pleroma:mix-exs-fix into develop

Reviewed-on: https://git.pleroma.social/pleroma/pleroma/pulls/7838
This commit is contained in:
nicole mikołajczyk 2026-03-01 22:42:17 +00:00
commit d389359ec3
2 changed files with 1 additions and 1 deletions

View file

View file

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