diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2021-03-05 15:51:29 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2021-03-05 15:51:29 +0400 |
commit | 92ab72dbbb4f56a0e0c3d0882ce29d54739437c1 (patch) | |
tree | 86678af75578aacfb7ad64155ec6b1e50be0c0c7 /mix.exs | |
parent | 13aa98d6899ba1e4a37fa1fd3ddb1ac35ea6e136 (diff) | |
download | pleroma-92ab72dbbb4f56a0e0c3d0882ce29d54739437c1.tar.gz |
Update OpenApiSpex dependency
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -195,9 +195,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}, |