diff options
author | rinpatch <rinpatch@sdf.org> | 2020-11-23 17:37:27 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-11-23 17:37:27 +0000 |
commit | 1ab61953db36929517ce5a153cc18d4f65127a5a (patch) | |
tree | 00a60e86f0f59746e9e7aa49392011811ff6dd23 /mix.exs | |
parent | 12bdced845a85033280f69a638337566b297754d (diff) | |
parent | 60c8c5402c0475306e4c791dcd74d36553f7c552 (diff) | |
download | pleroma-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.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |