X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=427c5d8103b574555a8843f8dcc5f97ef943aced;hb=144dc048b8c5f71b41f9f14b6cc4315de4dca707;hp=885df0094a4f743fb1e1555089c52ed01f7814ef;hpb=614e47aa7c7f44249961213905860d3076326977;p=akkoma diff --git a/mix.exs b/mix.exs index 885df0094..427c5d810 100644 --- a/mix.exs +++ b/mix.exs @@ -53,7 +53,8 @@ defmodule Pleroma.Mixfile do {:credo, "~> 0.9.3", only: [:dev, :test]}, {:mock, "~> 0.3.1", only: :test}, {:crypt, - git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"} + git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"}, + {:cors_plug, "~> 1.5"} ] end