[#923] Deps config adjustment (no override for httpoison), code analysis issues fixes.
This commit is contained in:
parent
baffdcc480
commit
eadafc88b8
4 changed files with 5 additions and 4 deletions
2
mix.exs
2
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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue