summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2023-06-27 00:23:21 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2023-06-27 02:38:31 +0200
commitaa4c4ab2a0fd2e3ed3abd7ea455463f3f65a5083 (patch)
treeec1c3dabffd9ee5992f1ad21d10529e6063f1fb5 /mix.exs
parent4e26fbda082f52bbb2a7db634744978fb4586a6b (diff)
downloadpleroma-aa4c4ab2a0fd2e3ed3abd7ea455463f3f65a5083.tar.gz
pleroma-aa4c4ab2a0fd2e3ed3abd7ea455463f3f65a5083.zip
mix: 2023-06 deps update
this fixes compatibility with Erlang OTP 26 Related: https://git.pleroma.social/pleroma/pleroma/-/issues/2913
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 62ac1c1a0..fa72a85a9 100644
--- a/mix.exs
+++ b/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"},