X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=f96789d215870752c286ffa2aaa2d03669bf12c9;hb=4016341a77337e3b71295d27808eebc05152b086;hp=48a43fccb44e4c11c73a62d2db95c9bb10aea5f1;hpb=b6fd16d0a424f916b7338237a2972e595e404955;p=akkoma diff --git a/mix.exs b/mix.exs index 48a43fccb..f96789d21 100644 --- a/mix.exs +++ b/mix.exs @@ -109,7 +109,6 @@ defmodule Pleroma.Mixfile do {:phoenix_html, "~> 2.10"}, {:calendar, "~> 0.17.4"}, {:cachex, "~> 3.0.2"}, - {:httpoison, "~> 1.2.0"}, {:poison, "~> 3.0", override: true}, {:tesla, "~> 1.2"}, {:jason, "~> 1.0"}, @@ -126,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"},