summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMaksim <parallel588@gmail.com>2019-07-10 05:34:21 +0000
committerkaniini <nenolod@gmail.com>2019-07-10 05:34:21 +0000
commit12b1454245fc2efba22d5633f65539dac727ee3d (patch)
tree32253756380f31002c726caa8782ab3e634d25c4 /mix.exs
parentb00620b378fea818bcbde49b70548a574b706796 (diff)
downloadpleroma-12b1454245fc2efba22d5633f65539dac727ee3d.tar.gz
pleroma-12b1454245fc2efba22d5633f65539dac727ee3d.zip
[#1062] added option to disable send email
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 8f64562ef..f96789d21 100644
--- a/mix.exs
+++ b/mix.exs
@@ -125,7 +125,7 @@ defmodule Pleroma.Mixfile do
{:cors_plug, "~> 1.5"},
{:ex_doc, "~> 0.20.2", only: :dev, runtime: false},
{:web_push_encryption, "~> 0.2.1"},
- {:swoosh, "~> 0.20"},
+ {:swoosh, "~> 0.23.2"},
{:gen_smtp, "~> 0.13"},
{:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test},
{:floki, "~> 0.20.0"},