summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-11-23 17:37:27 +0000
committerrinpatch <rinpatch@sdf.org>2020-11-23 17:37:27 +0000
commit1ab61953db36929517ce5a153cc18d4f65127a5a (patch)
tree00a60e86f0f59746e9e7aa49392011811ff6dd23 /mix.exs
parent12bdced845a85033280f69a638337566b297754d (diff)
parent60c8c5402c0475306e4c791dcd74d36553f7c552 (diff)
downloadpleroma-1ab61953db36929517ce5a153cc18d4f65127a5a.tar.gz
pleroma-1ab61953db36929517ce5a153cc18d4f65127a5a.zip
Merge branch 'chore/bump-linkify' into 'develop'
[#2293] Update Linkify to 0.3.0 See merge request pleroma/pleroma!3170
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 be7fe29d8..36e8a936e 100644
--- a/mix.exs
+++ b/mix.exs
@@ -157,7 +157,7 @@ defmodule Pleroma.Mixfile do
{:floki, "~> 0.27"},
{:timex, "~> 3.6"},
{:ueberauth, "~> 0.4"},
- {:linkify, "~> 0.2.0"},
+ {:linkify, "~> 0.3.0"},
{:http_signatures, "~> 0.1.0"},
{:telemetry, "~> 0.3"},
{:poolboy, "~> 1.5"},