diff options
author | Mark Felder <feld@feld.me> | 2021-01-28 14:03:29 -0600 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2021-01-28 14:03:29 -0600 |
commit | 9272cef500308862d0d86be329bad7f41c66d4ad (patch) | |
tree | 6c982ce534852ba5d532357dcc9a5ab7b0b7a2ae /mix.exs | |
parent | 7f0787163999fc0ac0c6fcfd0c13f80c5a55266d (diff) | |
download | pleroma-9272cef500308862d0d86be329bad7f41c66d4ad.tar.gz |
Switch to a build of Majic that does not try to fix extensions by default
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -194,7 +194,7 @@ defmodule Pleroma.Mixfile do {:restarter, path: "./restarter"}, {:majic, git: "https://git.pleroma.social/pleroma/elixir-libraries/majic.git", - ref: "4c692e544b28d1f5e543fb8a44be090f8cd96f80"}, + ref: "289cda1b6d0d70ccb2ba508a2b0bd24638db2880"}, {:open_api_spex, git: "https://git.pleroma.social/pleroma/elixir-libraries/open_api_spex.git", ref: "f296ac0924ba3cf79c7a588c4c252889df4c2edd"}, |