mix.exs: Apply OTP24 fixes to web_push_encryption
This commit is contained in:
parent
2768063387
commit
ab32ea44f0
3 changed files with 5 additions and 4 deletions
3
mix.exs
3
mix.exs
|
|
@ -149,7 +149,8 @@ defmodule Pleroma.Mixfile do
|
|||
git: "https://git.pleroma.social/pleroma/elixir-libraries/crypt.git",
|
||||
ref: "cf2aa3f11632e8b0634810a15b3e612c7526f6a3"},
|
||||
{:cors_plug, "~> 2.0"},
|
||||
{:web_push_encryption, "~> 0.3"},
|
||||
{:web_push_encryption,
|
||||
git: "https://github.com/lanodan/elixir-web-push-encryption.git", branch: "bugfix/otp-24"},
|
||||
{:swoosh, "~> 1.0"},
|
||||
{:phoenix_swoosh, "~> 0.3"},
|
||||
{:gen_smtp, "~> 0.13"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue