diff options
author | Ivan Tashkinov <ivant.business@gmail.com> | 2019-04-01 09:28:56 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivant.business@gmail.com> | 2019-04-01 09:28:56 +0300 |
commit | eadafc88b898879eb50545b700ea13c8596e908b (patch) | |
tree | c1161ff42adb9e42693641ffd038e7cbd60e13ec /mix.exs | |
parent | baffdcc480cea13269ef0e3af58f0a848892bb9a (diff) | |
download | pleroma-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.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |