X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=3e4c7cbd82bcd04956c9f376a8a854e1d7cce462;hb=e8fd0dd689be0c7bbca006f7267955329279da98;hp=87c025d89c3a6ff7cbd298fb9c7e3c3687a0fe6e;hpb=ef7d2b0f11a9bf74e982b73ae4cec632f93fbebc;p=akkoma diff --git a/mix.exs b/mix.exs index 87c025d89..3e4c7cbd8 100644 --- a/mix.exs +++ b/mix.exs @@ -179,7 +179,8 @@ defmodule Pleroma.Mixfile do git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git", ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"}, {:mox, "~> 0.5", only: :test}, - {:restarter, path: "./restarter"} + {:restarter, path: "./restarter"}, + {:open_api_spex, "~> 3.6"} ] ++ oauth_deps() end