diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-03-16 01:54:43 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-03-16 01:54:43 +0000 |
commit | a2aa309496eb98625b47cfb26858e1eee3f9b0cd (patch) | |
tree | 5613f0abf7ecabdd638a4e795b69a8d44eeccbc0 /mix.exs | |
parent | 8194622a72d863e71428bf7dba9a2a962b163d4e (diff) | |
parent | 92ab72dbbb4f56a0e0c3d0882ce29d54739437c1 (diff) | |
download | pleroma-a2aa309496eb98625b47cfb26858e1eee3f9b0cd.tar.gz |
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.exs | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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}, |