summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-12-06 13:59:35 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-12-06 13:59:35 +0300
commita010c5b16a395d823a98cd088c83acd098930ade (patch)
tree082ad643a5cb30ddc9e356c2b0ce376a2fe0899b /mix.exs
parente9859b68fcb9c38b2ec27a45ffe0921e8d78b5e1 (diff)
parentb3ee618e0d726452248c6fa9a1830d2525b9693b (diff)
downloadpleroma-a010c5b16a395d823a98cd088c83acd098930ade.tar.gz
pleroma-a010c5b16a395d823a98cd088c83acd098930ade.zip
Merge remote-tracking branch 'remotes/origin/develop' into auth-improvements
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 7f6dae813..72a6346b5 100644
--- a/mix.exs
+++ b/mix.exs
@@ -158,7 +158,7 @@ defmodule Pleroma.Mixfile do
{:floki, "~> 0.27"},
{:timex, "~> 3.6"},
{:ueberauth, "~> 0.4"},
- {:linkify, "~> 0.3.0"},
+ {:linkify, "~> 0.4.0"},
{:http_signatures, "~> 0.1.0"},
{:telemetry, "~> 0.3"},
{:poolboy, "~> 1.5"},