mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-10 11:09:43 +00:00
use override flag for hackney dependency
This commit is contained in:
parent
473458b0fb
commit
de7e2ae0b5
1 changed files with 2 additions and 3 deletions
5
mix.exs
5
mix.exs
|
@ -195,10 +195,9 @@ defmodule Pleroma.Mixfile do
|
||||||
{:ex_machina, "~> 2.4", only: :test},
|
{:ex_machina, "~> 2.4", only: :test},
|
||||||
{:credo, "~> 1.4", only: [:dev, :test], runtime: false},
|
{:credo, "~> 1.4", only: [:dev, :test], runtime: false},
|
||||||
{:mock, "~> 0.3.5", only: :test},
|
{: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},
|
{:excoveralls, "0.12.3", only: :test},
|
||||||
{:hackney, "1.15.2"},
|
{:hackney, "1.15.2", override: true},
|
||||||
{:httpoison, "1.6.2"},
|
|
||||||
{:mox, "~> 0.5", only: :test},
|
{:mox, "~> 0.5", only: :test},
|
||||||
{:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}
|
{:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}
|
||||||
] ++ oauth_deps()
|
] ++ oauth_deps()
|
||||||
|
|
Loading…
Reference in a new issue