X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=e2ab53bdeee0f73d91f7676b8b085038714d6337;hb=01695716c8d8916e8a9ddc3c07edfd45c7d5c8f2;hp=b638be541870d1ca44a6a822179b7c2556b9f03b;hpb=0e26ef2ab9061f51589fdb5149dee457203305e5;p=akkoma diff --git a/mix.exs b/mix.exs index b638be541..e2ab53bde 100644 --- a/mix.exs +++ b/mix.exs @@ -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},