summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-04-28 14:16:21 +0200
committerlain <lain@soykaf.club>2020-04-28 14:16:21 +0200
commitb5dc59c8fa587b4db844c7fc0ba16e5cb00bfd38 (patch)
tree85fa5f1a8a1c87aaa4d6fc999995950c1da27d98 /mix.exs
parentf8e56d4271f8c495316d304dd0de7f0a63eb0645 (diff)
parent12bb7fc0dc94068d8337f10fc337ab23c8c7e77e (diff)
downloadpleroma-b5dc59c8fa587b4db844c7fc0ba16e5cb00bfd38.tar.gz
pleroma-b5dc59c8fa587b4db844c7fc0ba16e5cb00bfd38.zip
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 3 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index b76aef180..beb05aab9 100644
--- a/mix.exs
+++ b/mix.exs
@@ -189,7 +189,9 @@ defmodule Pleroma.Mixfile do
ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"},
{:mox, "~> 0.5", only: :test},
{:restarter, path: "./restarter"},
- {:open_api_spex, "~> 3.6"}
+ {:open_api_spex,
+ git: "https://git.pleroma.social/pleroma/elixir-libraries/open_api_spex.git",
+ ref: "b862ebd78de0df95875cf46feb6e9607130dc2a8"}
] ++ oauth_deps()
end