summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rin@patch.cx>2022-01-11 20:47:02 +0000
committerrinpatch <rin@patch.cx>2022-01-11 20:47:02 +0000
commit62a45747d90c2ad400373650b9c03693acfa7708 (patch)
tree84df15744e8b23c8bd279443d648affbed960827 /mix.exs
parent0b2119d4a791b3623b304b0bab683609d23271d4 (diff)
parentb34f0a6e514fd7e6b0920c0443a93924cd75378f (diff)
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.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 39c79c83b..db2f1f069 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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()