summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2018-12-27 16:32:47 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2018-12-27 16:32:47 +0300
commitd8fd6a1055b3cdb2ba57f6ecb5253b4599a7a03e (patch)
tree6ac9c8519e678285ea872a2fc240b2e94ff47849 /mix.exs
parent58b12c09db96da4f3aafac60fc7e17517814a401 (diff)
downloadpleroma-d8fd6a1055b3cdb2ba57f6ecb5253b4599a7a03e.tar.gz
pleroma-d8fd6a1055b3cdb2ba57f6ecb5253b4599a7a03e.zip
[#396] Updated `ex_doc` version spec. Updated README to reflect Elixir version.
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 2fdffd1a7..837a00552 100644
--- a/mix.exs
+++ b/mix.exs
@@ -71,7 +71,7 @@ defmodule Pleroma.Mixfile do
{:crypt,
git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"},
{:cors_plug, "~> 1.5"},
- {:ex_doc, "> 0.18.3 and < 0.20.0", only: :dev, runtime: false},
+ {:ex_doc, "~> 0.19", only: :dev, runtime: false},
{:web_push_encryption, "~> 0.2.1"},
{:swoosh, "~> 0.20"},
{:gen_smtp, "~> 0.13"},