X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=941b9c149bac0a1e3ba3ea71c187ae60c6562841;hb=0c4493f144dc4cbac6c4d090c9f5be67fa88599b;hp=7a90d8a9e9d52b798df1cb9b403afaf053479b4c;hpb=f2fa09c50fde8db4e619872ef6121e90a69324a6;p=akkoma diff --git a/mix.exs b/mix.exs index 7a90d8a9e..941b9c149 100644 --- a/mix.exs +++ b/mix.exs @@ -45,7 +45,7 @@ defmodule Pleroma.Mixfile do {:cachex, "~> 3.0.2"}, {:httpoison, "~> 1.2.0"}, {:jason, "~> 1.0"}, - {:mogrify, "~> 0.6.1"} + {:mogrify, "~> 0.6.1"}, {:ex_machina, "~> 2.2", only: :test}, {:credo, "~> 0.9.3", only: [:dev, :test]}, {:mock, "~> 0.3.1", only: :test}