summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-04-16 11:59:38 +0000
committerrinpatch <rinpatch@sdf.org>2019-04-16 11:59:38 +0000
commit0d4afdc6e620b3e8fa01ea90b359cf58a736465d (patch)
treedf2cb6b27ef98c106303843b77ff166cba555c17 /mix.exs
parent776f1e3bdf148b2a9be4b99fff0578af76a700cb (diff)
parent37da03499ea2a87e4ee2366440109eb8a514de4a (diff)
downloadpleroma-0d4afdc6e620b3e8fa01ea90b359cf58a736465d.tar.gz
pleroma-0d4afdc6e620b3e8fa01ea90b359cf58a736465d.zip
Merge branch 'deps/bump-exdoc' into 'develop'
Bump ex_doc to 20.2 See merge request pleroma/pleroma!1068
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 9531b230a..15e182239 100644
--- a/mix.exs
+++ b/mix.exs
@@ -90,7 +90,7 @@ defmodule Pleroma.Mixfile do
{:crypt,
git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"},
{:cors_plug, "~> 1.5"},
- {:ex_doc, "~> 0.19", only: :dev, runtime: false},
+ {:ex_doc, "~> 0.20.2", only: :dev, runtime: false},
{:web_push_encryption, "~> 0.2.1"},
{:swoosh, "~> 0.20"},
{:gen_smtp, "~> 0.13"},