summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-12-22 21:22:48 +0100
committerlain <lain@soykaf.club>2020-12-22 21:22:48 +0100
commit0f527c9e024bdd56b435de6f5c49605207043765 (patch)
treef6ec64dc77f4237df68da219c46d6bfd6e6d221b /mix.exs
parent5cfa32cb50f211d5bffdaa21a0cc705a0bf640ce (diff)
Mix: Update linkify to 0.4.1
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 3a1fd0b18..93f4766d7 100644
--- a/mix.exs
+++ b/mix.exs
@@ -161,7 +161,7 @@ defmodule Pleroma.Mixfile do
{:floki, "~> 0.27"},
{:timex, "~> 3.6"},
{:ueberauth, "~> 0.4"},
- {:linkify, "~> 0.2.0"},
+ {:linkify, "~> 0.4.1"},
{:http_signatures, "~> 0.1.0"},
{:telemetry, "~> 0.3"},
{:poolboy, "~> 1.5"},