diff options
author | dtluna <dtluna@openmailbox.org> | 2017-04-16 13:25:38 +0300 |
---|---|---|
committer | dtluna <dtluna@openmailbox.org> | 2017-04-16 13:25:38 +0300 |
commit | ce1eef9c989f0387168b48f6f61a4c1f84b3f5b5 (patch) | |
tree | 4eaec774a57163ed109a4b8bb11c467dc27ed3c6 /mix.exs | |
parent | 84c20128100ad5b074720c44a24375b809a0ce09 (diff) | |
parent | b179b3413e7dbdafbe8a3839ba7719b9eb2a582d (diff) | |
download | pleroma-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.exs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |