aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-12-14 15:01:09 +0000
committerrinpatch <rinpatch@sdf.org>2019-12-14 15:01:09 +0000
commitecb3386f939de3ffba16f9419994a009f2e59ded (patch)
treefebe52f1b2cf59be4530ebc4f223f06e342c207c /mix.exs
parent0ba3f1ffb28792c21809fa9a30fc03a7a52d9361 (diff)
parent3b407a9a295da3f6c2fc91982088f066f2c3c711 (diff)
downloadpleroma-1.1.7.tar.gz
Merge branch 'release/1.1.7' into 'stable'v1.1.7
Release/1.1.7 See merge request pleroma/pleroma!2065
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs5
1 files changed, 4 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 0937e42b8..0cf3ac942 100644
--- a/mix.exs
+++ b/mix.exs
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
def project do
[
app: :pleroma,
- version: version("1.1.6"),
+ version: version("1.1.7"),
elixir: "~> 1.7",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
@@ -158,6 +158,9 @@ defmodule Pleroma.Mixfile do
{:plug_static_index_html, "~> 1.0.0"},
{:excoveralls, "~> 0.11.1", only: :test},
{:flake_id, "~> 0.1.0"},
+ {:captcha,
+ git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git",
+ ref: "c3c795c55f6b49d79d6ac70a0f91e525099fc3e2"},
{:mox, "~> 0.5", only: :test}
] ++ oauth_deps()
end