summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2022-01-02 15:41:56 +0000
committerAlex Gleason <alex@alexgleason.me>2022-01-02 15:41:56 +0000
commita3094b64df344622f1bcb03091ef2ff4dce6da82 (patch)
treeb539aa43f308ae0e09d46025fa7db9780603fec5 /mix.exs
parentc8026fe492264d4dc6672405d2dcaac1275500da (diff)
parentbf995a77705304fcaa804e5d5f88a5ec44cb8740 (diff)
Merge branch 'change/web-push-encryption-dep' into 'develop'
Upgrade web_push_encryption to 0.3.1 See merge request pleroma/pleroma!3592
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 5529e6103..62010d166 100644
--- a/mix.exs
+++ b/mix.exs
@@ -149,8 +149,7 @@ defmodule Pleroma.Mixfile do
git: "https://github.com/msantos/crypt.git",
ref: "f75cd55325e33cbea198fb41fe41871392f8fb76"},
{:cors_plug, "~> 2.0"},
- {:web_push_encryption,
- git: "https://github.com/lanodan/elixir-web-push-encryption.git", branch: "bugfix/otp-24"},
+ {:web_push_encryption, "~> 0.3.1"},
{:swoosh, "~> 1.0"},
{:phoenix_swoosh, "~> 0.3"},
{:gen_smtp, "~> 0.13"},