X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=f734e4f619ae95e5a247c761b95e5264d4948542;hb=473458b0fbecb05121b235f525aefcef34f0409e;hp=d7c4089721fd9d6747593f58c8a885a3f7bf88a2;hpb=b141e35d641e733dffe7bd6a45a5bbcafe586c56;p=akkoma diff --git a/mix.exs b/mix.exs index d7c408972..f734e4f61 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("2.1.0"), + version: version("2.1.50"), elixir: "~> 1.9", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), @@ -195,7 +195,10 @@ defmodule Pleroma.Mixfile do {:ex_machina, "~> 2.4", only: :test}, {:credo, "~> 1.4", only: [:dev, :test], runtime: false}, {:mock, "~> 0.3.5", only: :test}, - {:excoveralls, "~> 0.13.1", only: :test}, + # temporary downgrade for excoveralls, hackney and httpoison - until hackney max_connections bug will be fixed + {:excoveralls, "0.12.3", only: :test}, + {:hackney, "1.15.2"}, + {:httpoison, "1.6.2"}, {:mox, "~> 0.5", only: :test}, {:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test} ] ++ oauth_deps()