diff options
author | rinpatch <rinpatch@sdf.org> | 2019-04-16 11:59:38 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-04-16 11:59:38 +0000 |
commit | 0d4afdc6e620b3e8fa01ea90b359cf58a736465d (patch) | |
tree | df2cb6b27ef98c106303843b77ff166cba555c17 /mix.exs | |
parent | 776f1e3bdf148b2a9be4b99fff0578af76a700cb (diff) | |
parent | 37da03499ea2a87e4ee2366440109eb8a514de4a (diff) | |
download | pleroma-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.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |