fix compile

This commit is contained in:
kaniini 2018-08-16 15:37:58 +00:00
parent f2fa09c50f
commit 05738e7643
1 changed files with 1 additions and 1 deletions

View File

@ -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}