diff options
author | lain <lain@soykaf.club> | 2020-12-22 21:22:48 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-12-22 21:22:48 +0100 |
commit | 0f527c9e024bdd56b435de6f5c49605207043765 (patch) | |
tree | f6ec64dc77f4237df68da219c46d6bfd6e6d221b /mix.exs | |
parent | 5cfa32cb50f211d5bffdaa21a0cc705a0bf640ce (diff) | |
download | pleroma-0f527c9e024bdd56b435de6f5c49605207043765.tar.gz |
Mix: Update linkify to 0.4.1
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |