summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-11-16 19:51:44 +0000
committerlain <lain@soykaf.club>2020-12-22 20:48:49 +0100
commit012108a29940b9f34e950a36fe510e7d0642e5a5 (patch)
tree692cdfc47e8ab8dcaa02fd9b04ab4ad3462fba65 /mix.exs
parentaa848cbd75361503d7aa4a18f0f5b7c518f6631a (diff)
Fix S3 uploads with Elixir 1.11
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index f91f57644..fe9fc753b 100644
--- a/mix.exs
+++ b/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"},