summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2021-01-28 14:03:29 -0600
committerMark Felder <feld@feld.me>2021-01-28 14:03:29 -0600
commit9272cef500308862d0d86be329bad7f41c66d4ad (patch)
tree6c982ce534852ba5d532357dcc9a5ab7b0b7a2ae /mix.exs
parent7f0787163999fc0ac0c6fcfd0c13f80c5a55266d (diff)
Switch to a build of Majic that does not try to fix extensions by default
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 489bb5729..50d4b4080 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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"},