Fix S3 uploads with Elixir 1.11

This commit is contained in:
Mark Felder 2020-11-16 19:51:44 +00:00
commit eea962fc10
2 changed files with 2 additions and 2 deletions

View file

@ -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"},