diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-05-14 20:18:31 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-05-14 20:18:31 +0300 |
commit | f1f588fd5271c0b3bf09df002a83dbb57c42bae0 (patch) | |
tree | 775b13b019b38feed679f48b3ab47e2b8ea7add7 /mix.exs | |
parent | 1b23acf164ebc4fde3fe1e4fdca6e11b7caa90ef (diff) | |
download | pleroma-f1f588fd5271c0b3bf09df002a83dbb57c42bae0.tar.gz pleroma-f1f588fd5271c0b3bf09df002a83dbb57c42bae0.zip |
[#2497] Added support for :eimp for image resizing.
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ defmodule Pleroma.Mixfile do github: "ninenines/gun", ref: "e1a69b36b180a574c0ac314ced9613fdd52312cc", override: true}, {:jason, "~> 1.0"}, {:mogrify, "~> 0.6.1"}, - {:eimp, ">= 0.0.0"}, + {:eimp, "~> 1.0.14"}, {:ex_aws, "~> 2.1"}, {:ex_aws_s3, "~> 2.0"}, {:sweet_xml, "~> 0.6.6"}, |