set web_push_encryption version
This commit is contained in:
parent
df82839c30
commit
4f10ef5e46
2 changed files with 3 additions and 4 deletions
3
mix.exs
3
mix.exs
|
|
@ -133,7 +133,6 @@ defmodule Pleroma.Mixfile do
|
|||
{:calendar, "~> 1.0"},
|
||||
{:cachex, "~> 3.2"},
|
||||
{:poison, "~> 3.0", override: true},
|
||||
# {:tesla, "~> 1.3", override: true},
|
||||
{:tesla,
|
||||
github: "teamon/tesla", ref: "af3707078b10793f6a534938e56b963aff82fe3c", override: true},
|
||||
{:castore, "~> 0.1"},
|
||||
|
|
@ -151,7 +150,7 @@ defmodule Pleroma.Mixfile do
|
|||
git: "https://github.com/msantos/crypt.git",
|
||||
ref: "f63a705f92c26955977ee62a313012e309a4d77a"},
|
||||
{:cors_plug, "~> 1.5"},
|
||||
{:web_push_encryption, "~> 0.2.1"},
|
||||
{:web_push_encryption, "~> 0.3"},
|
||||
{:swoosh, "~> 1.0"},
|
||||
{:phoenix_swoosh, "~> 0.3"},
|
||||
{:gen_smtp, "~> 0.13"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue