X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=bd9bce7665c7b99fce4adf9cb98d109f1011bb47;hb=134cc94cbde7d456fbfc489f6d7eff80b98c64dd;hp=1a28b6710e67a161ba365ecb9f4c460d788be6e5;hpb=76d6b1c6ab2813b1fb8f4473e4d722cc32fb2fed;p=akkoma diff --git a/mix.exs b/mix.exs index 1a28b6710..bd9bce766 100644 --- a/mix.exs +++ b/mix.exs @@ -68,7 +68,8 @@ defmodule Pleroma.Mixfile do {:crypt, git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"}, {:cors_plug, "~> 1.5"}, - {:ex_doc, "> 0.18.3 and < 0.20.0", only: :dev, runtime: false} + {:ex_doc, "> 0.18.3 and < 0.20.0", only: :dev, runtime: false}, + {:web_push_encryption, "~> 0.2.1"} ] end