Override elixir_make version
This commit is contained in:
parent
481b6ac0d5
commit
577ade75cf
2 changed files with 5 additions and 3 deletions
3
mix.exs
3
mix.exs
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue