Fix S3 uploads with Elixir 1.11
This commit is contained in:
parent
28da36975d
commit
eea962fc10
2 changed files with 2 additions and 2 deletions
2
mix.exs
2
mix.exs
|
|
@ -143,7 +143,7 @@ defmodule Pleroma.Mixfile do
|
|||
github: "ninenines/gun", ref: "921c47146b2d9567eac7e9a4d2ccc60fffd4f327", override: true},
|
||||
{:jason, "~> 1.2"},
|
||||
{:mogrify, "~> 0.7.4"},
|
||||
{:ex_aws, "~> 2.1"},
|
||||
{:ex_aws, "~> 2.1.6"},
|
||||
{:ex_aws_s3, "~> 2.0"},
|
||||
{:sweet_xml, "~> 0.6.6"},
|
||||
{:earmark, "1.4.3"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue