summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-05-11 15:24:59 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-05-11 15:43:03 +0400
commit3bde0fa3f668d42c03ce83174325920551960de3 (patch)
treecd33b7e553c271c1b79e1486153332c23a024a5e /mix.exs
parent84bb116ae3854c17b85a780fe6dae03c0bd8eaa7 (diff)
downloadpleroma-3bde0fa3f668d42c03ce83174325920551960de3.tar.gz
pleroma-3bde0fa3f668d42c03ce83174325920551960de3.zip
Add OpenAPI spec for TimelineController
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 97b561790..7f499856f 100644
--- a/mix.exs
+++ b/mix.exs
@@ -200,7 +200,7 @@ defmodule Pleroma.Mixfile do
{:restarter, path: "./restarter"},
{:open_api_spex,
git: "https://git.pleroma.social/pleroma/elixir-libraries/open_api_spex.git",
- ref: "b862ebd78de0df95875cf46feb6e9607130dc2a8"}
+ ref: "f296ac0924ba3cf79c7a588c4c252889df4c2edd"}
] ++ oauth_deps()
end