diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-06-29 16:22:54 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-06-29 16:27:01 +0300 |
commit | dc60b1ee583e59ab1a6808700b45992a41fecd8f (patch) | |
tree | be687630422a1a52b225ef6faea60a6df62c4e8c /mix.exs | |
parent | 07ff2d62f4d6d0b449ef71423c1c71859406f9ea (diff) | |
download | pleroma-dc60b1ee583e59ab1a6808700b45992a41fecd8f.tar.gz |
updated swoosh
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -159,7 +159,10 @@ defmodule Pleroma.Mixfile do {:cors_plug, "~> 1.5"}, {:ex_doc, "~> 0.21", only: :dev, runtime: false}, {:web_push_encryption, "~> 0.2.1"}, - {:swoosh, "~> 0.23.2"}, + {:swoosh, + git: "https://github.com/swoosh/swoosh", + ref: "c96e0ca8a00d8f211ec1f042a4626b09f249caa5", + override: true}, {:phoenix_swoosh, "~> 0.2"}, {:gen_smtp, "~> 0.13"}, {:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}, |