summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-12-23 15:58:20 +0000
committerlain <lain@soykaf.club>2020-12-23 15:58:20 +0000
commit88530c02d60900d1e0920d50c6c081a59010ea09 (patch)
tree1757df6889ae64b85614b6da1b4d59f29e917870 /mix.exs
parentce1be8f5e6feabee4acac376dce23f0ec18e62ec (diff)
parent5b838accc0f8ee8d1a6e85d813e34711aeedd2e2 (diff)
downloadpleroma-88530c02d60900d1e0920d50c6c081a59010ea09.tar.gz
pleroma-88530c02d60900d1e0920d50c6c081a59010ea09.zip
Merge branch 'update/linkify' into 'develop'
Update Linkify to 0.4.1 See merge request pleroma/pleroma!3217
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 fb5b380f4..980f17a04 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.4.0"},
+ {:linkify, "~> 0.4.1"},
{:http_signatures, "~> 0.1.0"},
{:telemetry, "~> 0.3"},
{:poolboy, "~> 1.5"},