mix: 2023-06 deps update
this fixes compatibility with Erlang OTP 26 Related: https://git.pleroma.social/pleroma/pleroma/-/issues/2913
This commit is contained in:
parent
4e26fbda08
commit
aa4c4ab2a0
3 changed files with 21 additions and 20 deletions
3
mix.exs
3
mix.exs
|
|
@ -150,7 +150,8 @@ defmodule Pleroma.Mixfile do
|
|||
{:bbcode_pleroma, "~> 0.2.0"},
|
||||
{:cors_plug, "~> 2.0"},
|
||||
{:web_push_encryption, "~> 0.3.1"},
|
||||
{:swoosh, "~> 1.0"},
|
||||
# swoosh 1.11.2+ requires Elixir 1.12+
|
||||
{:swoosh, "~> 1.10.0"},
|
||||
{:phoenix_swoosh, "~> 1.1"},
|
||||
{:gen_smtp, "~> 0.13"},
|
||||
{:ex_syslogger, "~> 1.4"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue