Override elixir_make version

This commit is contained in:
Mark Felder 2023-11-07 16:31:35 -05:00
commit 577ade75cf
2 changed files with 5 additions and 3 deletions

View file

@ -193,7 +193,8 @@ defmodule Pleroma.Mixfile do
{:eblurhash, "~> 1.2.2"},
{:open_api_spex, "~> 3.16"},
{:ecto_psql_extras, "~> 0.6"},
{:vix, "~> 0.14.0"},
{:vix, "~> 0.23.1"},
{:elixir_make, "~> 0.7.7", override: true},
## dev & test
{:ex_doc, "~> 0.22", only: :dev, runtime: false},