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:
commit
d389359ec3
2 changed files with 1 additions and 1 deletions
0
changelog.d/mix-exs-fix.skip
Normal file
0
changelog.d/mix-exs-fix.skip
Normal file
2
mix.exs
2
mix.exs
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue