summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authordtluna <dtluna@openmailbox.org>2017-04-28 16:06:57 +0300
committerdtluna <dtluna@openmailbox.org>2017-04-28 16:06:57 +0300
commita9b2ad17596d1b6deca646239a95e94dc644ebf3 (patch)
tree9e086441831f33e191cd62b05b61ece0677491cc /mix.exs
parent28b203d08fe2e0d7afe3f3ec03a16cef62288b23 (diff)
parentfb5cebc1b5dcfd6af7fa1a81bc5b26275714fa26 (diff)
downloadpleroma-a9b2ad17596d1b6deca646239a95e94dc644ebf3.tar.gz
pleroma-a9b2ad17596d1b6deca646239a95e94dc644ebf3.zip
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into feature/unfollow-activity
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index f6831550b..0e54f0246 100644
--- a/mix.exs
+++ b/mix.exs
@@ -39,6 +39,7 @@ defmodule Pleroma.Mixfile do
{:html_sanitize_ex, "~> 1.0.0"},
{:calendar, "~> 0.16.1"},
{:cachex, "~> 2.1"},
+ {:httpoison, "~> 0.11.1"},
{:ex_machina, "~> 2.0", only: :test},
{:mix_test_watch, "~> 0.2", only: :dev}]
end