mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-08 09:24:18 +00:00
Upgrade captach dep
Fixes a deprecation warning showing up each mix call when using elixir 1.17
This commit is contained in:
parent
3ff0f46b9f
commit
80a4e30be7
2
mix.exs
2
mix.exs
|
@ -180,7 +180,7 @@ defmodule Pleroma.Mixfile do
|
|||
{:remote_ip, "~> 1.1.0"},
|
||||
{:captcha,
|
||||
git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git",
|
||||
ref: "90f6ce7672f70f56708792a98d98bd05176c9176"},
|
||||
ref: "6630c42aaaab124e697b4e513190c89d8b64e410"},
|
||||
{:restarter, path: "./restarter"},
|
||||
{:majic,
|
||||
git: "https://akkoma.dev/AkkomaGang/majic.git",
|
||||
|
|
Loading…
Reference in a new issue