diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-12-28 19:48:54 +0700 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-01-10 12:14:07 +0100 |
commit | a19278c35e7dd10e6991fa37d31088e4602a6628 (patch) | |
tree | 98da307f90b19a8efa6a47d9bab8a306845e8dea /mix.exs | |
parent | 337e4c021f4a449b8f812332c42a36baad16b3bf (diff) | |
download | pleroma-a19278c35e7dd10e6991fa37d31088e4602a6628.tar.gz pleroma-a19278c35e7dd10e6991fa37d31088e4602a6628.zip |
Update `captcha` dependency
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |