diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-07-29 06:50:00 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-07-29 06:50:00 +0300 |
commit | ed881247b70457835131fd7d94780eb9b65005b3 (patch) | |
tree | 2cc0c7dcefccb0fc48cad406ccf7bbb3d3a271eb /mix.exs | |
parent | 15b8446cdb1b5130d5feddc3369dd41417df7eda (diff) | |
download | pleroma-ed881247b70457835131fd7d94780eb9b65005b3.tar.gz |
set swoosh version
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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"}, |