summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2024-08-12 19:52:37 +0000
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2024-11-26 13:58:48 +0100
commitced6b10c70769e39ee7d3b6a3fe63b8c2aea3ec0 (patch)
tree799578b98330ea5ff987c35c59451487411c4e0a /mix.exs
parent36d469cf022ea66947a73ee4c762d7f459aceee4 (diff)
downloadpleroma-ced6b10c70769e39ee7d3b6a3fe63b8c2aea3ec0.tar.gz
pleroma-ced6b10c70769e39ee7d3b6a3fe63b8c2aea3ec0.zip
Merge branch 'swoosh-mailgun' into 'develop'
Fix Swoosh Mailgun support See merge request pleroma/pleroma!4217
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 69e52e526..e3c8559ba 100644
--- a/mix.exs
+++ b/mix.exs
@@ -202,6 +202,7 @@ defmodule Pleroma.Mixfile do
{:bandit, "~> 1.5.2"},
{:websock_adapter, "~> 0.5.6"},
{:oban_live_dashboard, "~> 0.1.1"},
+ {:multipart, "~> 0.4.0", optional: true},
## dev & test
{:phoenix_live_reload, "~> 1.3.3", only: :dev},