summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authordtluna <dtluna@openmailbox.org>2017-04-16 13:25:38 +0300
committerdtluna <dtluna@openmailbox.org>2017-04-16 13:25:38 +0300
commitce1eef9c989f0387168b48f6f61a4c1f84b3f5b5 (patch)
tree4eaec774a57163ed109a4b8bb11c467dc27ed3c6 /mix.exs
parent84c20128100ad5b074720c44a24375b809a0ce09 (diff)
parentb179b3413e7dbdafbe8a3839ba7719b9eb2a582d (diff)
downloadpleroma-ce1eef9c989f0387168b48f6f61a4c1f84b3f5b5.tar.gz
pleroma-ce1eef9c989f0387168b48f6f61a4c1f84b3f5b5.zip
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into feature/help-test
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 43a93cc2c..09bc34f1a 100644
--- a/mix.exs
+++ b/mix.exs
@@ -38,6 +38,8 @@ defmodule Pleroma.Mixfile do
{:trailing_format_plug, "~> 0.0.5" },
{:html_sanitize_ex, "~> 1.0.0"},
{:calendar, "~> 0.16.1"},
+ {:con_cache, "~> 0.12.0"},
+ {:ex_machina, "~> 2.0", only: :test},
{:mix_test_watch, "~> 0.2", only: :dev}]
end