summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-07-29 06:50:00 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-07-29 06:50:00 +0300
commited881247b70457835131fd7d94780eb9b65005b3 (patch)
tree2cc0c7dcefccb0fc48cad406ccf7bbb3d3a271eb /mix.exs
parent15b8446cdb1b5130d5feddc3369dd41417df7eda (diff)
set swoosh version
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs7
1 files changed, 2 insertions, 5 deletions
diff --git a/mix.exs b/mix.exs
index 8552035bb..dc12df873 100644
--- a/mix.exs
+++ b/mix.exs
@@ -152,11 +152,8 @@ defmodule Pleroma.Mixfile do
ref: "f63a705f92c26955977ee62a313012e309a4d77a"},
{:cors_plug, "~> 1.5"},
{:web_push_encryption, "~> 0.2.1"},
- {:swoosh,
- git: "https://github.com/swoosh/swoosh.git",
- ref: "c96e0ca8a00d8f211ec1f042a4626b09f249caa5",
- override: true},
- {:phoenix_swoosh, "~> 0.2"},
+ {:swoosh, "~> 1.0"},
+ {:phoenix_swoosh, "~> 0.3"},
{:gen_smtp, "~> 0.13"},
{:ex_syslogger, "~> 1.4"},
{:floki, "~> 0.25"},