summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-06-27 12:41:18 -0400
committerMark Felder <feld@feld.me>2024-07-01 11:38:40 -0400
commit33fa035c314f8a45a7157f6f374e24ef4a707576 (patch)
tree50a7d5a54c5f6ea404826cafdbe00fdc6606a0bc /mix.exs
parent71c8030e61c9264dd507551da9a6bdd8a90879ca (diff)
downloadpleroma-33fa035c314f8a45a7157f6f374e24ef4a707576.tar.gz
pleroma-33fa035c314f8a45a7157f6f374e24ef4a707576.zip
Update elixir-captcha to fix the compile warning
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 e67e23149..879c7a023 100644
--- a/mix.exs
+++ b/mix.exs
@@ -190,7 +190,7 @@ defmodule Pleroma.Mixfile do
ref: "b647d0deecaa3acb140854fe4bda5b7e1dc6d1c8"},
{:captcha,
git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git",
- ref: "90f6ce7672f70f56708792a98d98bd05176c9176"},
+ ref: "6630c42aaaab124e697b4e513190c89d8b64e410"},
{:restarter, path: "./restarter"},
{:majic, "~> 1.0"},
{:open_api_spex, "~> 3.16"},