summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2021-03-16 01:54:43 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2021-03-16 01:54:43 +0000
commita2aa309496eb98625b47cfb26858e1eee3f9b0cd (patch)
tree5613f0abf7ecabdd638a4e795b69a8d44eeccbc0 /mix.exs
parent8194622a72d863e71428bf7dba9a2a962b163d4e (diff)
parent92ab72dbbb4f56a0e0c3d0882ce29d54739437c1 (diff)
Merge branch 'update_open_api_spex' into 'develop'
Update OpenApiSpex dependency See merge request pleroma/pleroma!3362
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 1 insertions, 3 deletions
diff --git a/mix.exs b/mix.exs
index 87ee01073..ae74f50a3 100644
--- a/mix.exs
+++ b/mix.exs
@@ -196,9 +196,7 @@ defmodule Pleroma.Mixfile do
{:majic,
git: "https://git.pleroma.social/pleroma/elixir-libraries/majic.git",
ref: "289cda1b6d0d70ccb2ba508a2b0bd24638db2880"},
- {:open_api_spex,
- git: "https://git.pleroma.social/pleroma/elixir-libraries/open_api_spex.git",
- ref: "f296ac0924ba3cf79c7a588c4c252889df4c2edd"},
+ {:open_api_spex, "~> 3.10"},
## dev & test
{:ex_doc, "~> 0.22", only: :dev, runtime: false},