diff options
author | rinpatch <rin@patch.cx> | 2022-01-11 20:47:02 +0000 |
---|---|---|
committer | rinpatch <rin@patch.cx> | 2022-01-11 20:47:02 +0000 |
commit | 62a45747d90c2ad400373650b9c03693acfa7708 (patch) | |
tree | 84df15744e8b23c8bd279443d648affbed960827 /mix.exs | |
parent | 0b2119d4a791b3623b304b0bab683609d23271d4 (diff) | |
parent | b34f0a6e514fd7e6b0920c0443a93924cd75378f (diff) | |
download | pleroma-2.4.2.tar.gz |
Merge branch 'release/2.4.2' into 'stable'v2.4.2
2.4.2 Release
See merge request pleroma/pleroma!3599
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("2.4.1"), + version: version("2.4.2"), elixir: "~> 1.9", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), @@ -208,7 +208,7 @@ defmodule Pleroma.Mixfile do {:mock, "~> 0.3.5", only: :test}, # temporary downgrade for excoveralls, hackney until hackney max_connections bug will be fixed {:excoveralls, "0.12.3", only: :test}, - {:hackney, "~> 1.17.0", override: true}, + {:hackney, "~> 1.18.0", override: true}, {:mox, "~> 1.0", only: :test}, {:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test} ] ++ oauth_deps() |