X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=bd9bce7665c7b99fce4adf9cb98d109f1011bb47;hb=4b90c7cc9dfd0bacfe3de72c800d5be57d1e5536;hp=1a28b6710e67a161ba365ecb9f4c460d788be6e5;hpb=114b95cee20c9bb4922627e5397a70d60e905fa6;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