[#923] Deps config adjustment (no override for httpoison), code analysis issues fixes.

This commit is contained in:
Ivan Tashkinov 2019-04-01 09:28:56 +03:00
commit eadafc88b8
4 changed files with 5 additions and 4 deletions

View file

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