aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2018-08-16 15:37:58 +0000
committerkaniini <nenolod@gmail.com>2018-08-16 15:37:58 +0000
commit05738e7643141776ee59ee156cf18af9d54899f9 (patch)
tree82c415d71293970a52984ed7645239c372bbd264
parentf2fa09c50fde8db4e619872ef6121e90a69324a6 (diff)
downloadpleroma-05738e7643141776ee59ee156cf18af9d54899f9.tar.gz
fix compile
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
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}