Merge branch 'fix/1658-invite-send' into 'develop'
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index 87c025d89c3a6ff7cbd298fb9c7e3c3687a0fe6e..3e4c7cbd82bcd04956c9f376a8a854e1d7cce462 100644 (file)
--- 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