diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-06-27 00:23:21 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-06-27 02:38:31 +0200 |
commit | aa4c4ab2a0fd2e3ed3abd7ea455463f3f65a5083 (patch) | |
tree | ec1c3dabffd9ee5992f1ad21d10529e6063f1fb5 /mix.exs | |
parent | 4e26fbda082f52bbb2a7db634744978fb4586a6b (diff) | |
download | pleroma-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.exs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"}, |