summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2023-05-26 19:35:31 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2023-05-26 19:35:31 +0000
commit2d193861db00a548f6339e80f2297b5619e0cb04 (patch)
tree2e0d9010f8f1317e53266ed276a5e662b3c1b81a /mix.exs
parentfd46f83d2daca51055633875671e5fa41e454ca4 (diff)
parent7618e562b34d4240514d8819407dd6bd3adbe79d (diff)
downloadpleroma-2d193861db00a548f6339e80f2297b5619e0cb04.tar.gz
pleroma-2d193861db00a548f6339e80f2297b5619e0cb04.zip
Merge branch 'release/2.5.2' into 'stable'
Security release 2.5.2 See merge request pleroma/pleroma!3863
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index ab0be4deb..79fd9c9ef 100644
--- a/mix.exs
+++ b/mix.exs
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
def project do
[
app: :pleroma,
- version: version("2.5.1"),
+ version: version("2.5.2"),
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
@@ -150,7 +150,6 @@ defmodule Pleroma.Mixfile do
{:sweet_xml, "~> 0.7.2"},
{:earmark, "~> 1.4.22"},
{:bbcode_pleroma, "~> 0.2.0"},
- {:crypt, "~> 1.0"},
{:cors_plug, "~> 2.0"},
{:web_push_encryption, "~> 0.3.1"},
{:swoosh, "~> 1.0"},