X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=cc279a7f9daad550e22e365e75954769727bd166;hb=e7b00f202f717ca3c7ca2d624d6ad7d79f499ac6;hp=28168729486989c62d36c00a079e5d969f091739;hpb=e55c6f311b8f459402134351230a5ff9700a8ff0;p=akkoma diff --git a/mix.exs b/mix.exs index 281687294..cc279a7f9 100644 --- a/mix.exs +++ b/mix.exs @@ -47,7 +47,8 @@ defmodule Pleroma.Mixfile do {:jason, "~> 1.0"}, {:ex_machina, "~> 2.0", only: :test}, {:credo, "~> 0.7", only: [:dev, :test]}, - {:mock, "~> 0.3.0", only: :test} + {:mock, "~> 0.3.0", only: :test}, + {:mogrify, "~> 0.6.1"} ] end