diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-01-02 13:03:33 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-01-02 13:03:33 +0300 |
commit | badd0a96eaa9ff8fca7d25eccd05e8428e132699 (patch) | |
tree | 0c6a441f993935525bc4a706e98c8e36e11e7b10 /mix.exs | |
parent | ead2d18826cf446fd7da542c55b6601e9bfc001c (diff) | |
parent | ee0c40831efde5054f587ae0e371fffcad1396b7 (diff) | |
download | pleroma-badd0a96eaa9ff8fca7d25eccd05e8428e132699.tar.gz pleroma-badd0a96eaa9ff8fca7d25eccd05e8428e132699.zip |
Merge remote-tracking branch 'remotes/origin/develop' into oauth-scopes-tweaks-and-tests
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 |