diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-12-28 19:48:54 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-12-28 19:48:54 +0700 |
commit | 520940d3e23dc4d4274f65626ba45c0afebea731 (patch) | |
tree | c90a98f4ce58e24b6fd18f2c3a2fe1813dee94c6 /mix.exs | |
parent | 11e010fc7742b394fe0b272d4d23a005a19efe8c (diff) | |
download | pleroma-520940d3e23dc4d4274f65626ba45c0afebea731.tar.gz pleroma-520940d3e23dc4d4274f65626ba45c0afebea731.zip |
Update `captcha` dependency
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,7 @@ defmodule Pleroma.Mixfile do ref: "825dc00aaba5a1b7c4202a532b696b595dd3bcb3"}, {:captcha, git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git", - ref: "c3c795c55f6b49d79d6ac70a0f91e525099fc3e2"}, + ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"}, {:mox, "~> 0.5", only: :test} ] ++ oauth_deps() end |