use override flag for hackney dependency
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Sat, 5 Sep 2020 08:15:27 +0000 (11:15 +0300)
committerAlexander Strizhakov <alex.strizhakov@gmail.com>
Sat, 5 Sep 2020 08:15:27 +0000 (11:15 +0300)
mix.exs

diff --git a/mix.exs b/mix.exs
index f734e4f619ae95e5a247c761b95e5264d4948542..fc1a83d91119646c1892559a1676784c92aa5efb 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -195,10 +195,9 @@ defmodule Pleroma.Mixfile do
       {:ex_machina, "~> 2.4", only: :test},
       {:credo, "~> 1.4", only: [:dev, :test], runtime: false},
       {:mock, "~> 0.3.5", only: :test},
-      # temporary downgrade for excoveralls, hackney and httpoison - until hackney max_connections bug will be fixed
+      # temporary downgrade for excoveralls, hackney until hackney max_connections bug will be fixed
       {:excoveralls, "0.12.3", only: :test},
-      {:hackney, "1.15.2"},
-      {:httpoison, "1.6.2"},
+      {:hackney, "1.15.2", override: true},
       {:mox, "~> 0.5", only: :test},
       {:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}
     ] ++ oauth_deps()