summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-12-28 19:48:54 +0700
committerlain <lain@soykaf.club>2020-01-10 12:14:07 +0100
commita19278c35e7dd10e6991fa37d31088e4602a6628 (patch)
tree98da307f90b19a8efa6a47d9bab8a306845e8dea /mix.exs
parent337e4c021f4a449b8f812332c42a36baad16b3bf (diff)
downloadpleroma-a19278c35e7dd10e6991fa37d31088e4602a6628.tar.gz
pleroma-a19278c35e7dd10e6991fa37d31088e4602a6628.zip
Update `captcha` dependency
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 0cf3ac942..6d666b219 100644
--- a/mix.exs
+++ b/mix.exs
@@ -160,7 +160,7 @@ defmodule Pleroma.Mixfile do
{:flake_id, "~> 0.1.0"},
{:captcha,
git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git",
- ref: "c3c795c55f6b49d79d6ac70a0f91e525099fc3e2"},
+ ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"},
{:mox, "~> 0.5", only: :test}
] ++ oauth_deps()
end