summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivant.business@gmail.com>2019-04-01 09:28:56 +0300
committerIvan Tashkinov <ivant.business@gmail.com>2019-04-01 09:28:56 +0300
commiteadafc88b898879eb50545b700ea13c8596e908b (patch)
treec1161ff42adb9e42693641ffd038e7cbd60e13ec /mix.exs
parentbaffdcc480cea13269ef0e3af58f0a848892bb9a (diff)
downloadpleroma-eadafc88b898879eb50545b700ea13c8596e908b.tar.gz
pleroma-eadafc88b898879eb50545b700ea13c8596e908b.zip
[#923] Deps config adjustment (no `override` for `httpoison`), code analysis issues fixes.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 34c17bd6b..2b0d25b55 100644
--- a/mix.exs
+++ b/mix.exs
@@ -76,7 +76,7 @@ defmodule Pleroma.Mixfile do
{:phoenix_html, "~> 2.10"},
{:calendar, "~> 0.17.4"},
{:cachex, "~> 3.0.2"},
- {:httpoison, "~> 1.2.0", override: true},
+ {:httpoison, "~> 1.2.0"},
{:poison, "~> 3.0", override: true},
{:tesla, "~> 1.2"},
{:jason, "~> 1.0"},