diff options
author | lain <lain@soykaf.club> | 2023-02-09 19:34:19 +0000 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2023-02-20 12:28:52 -0500 |
commit | bb9ed51da70037c77d6ba1e74680abe52f69c64f (patch) | |
tree | 81fed6ec20f2936f3975cf76fac0063aa5065a55 /mix.exs | |
parent | 002159fc1c17b5af8bcacb75cd6579a1ba96f3b4 (diff) | |
download | pleroma-bb9ed51da70037c77d6ba1e74680abe52f69c64f.tar.gz pleroma-bb9ed51da70037c77d6ba1e74680abe52f69c64f.zip |
Update mix.exs
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -162,9 +162,7 @@ defmodule Pleroma.Mixfile do {:floki, "~> 0.27"}, {:timex, "~> 3.6"}, {:ueberauth, "~> 0.4"}, - {:linkify, - git: "https://git.pleroma.social/pleroma/elixir-libraries/linkify.git", - ref: "1e612ac3a3433eef81b2eed35c0261c6afad31f9"}, + {:linkify, "~> 0.5.3"}, {:http_signatures, "~> 0.1.1"}, {:telemetry, "~> 1.0.0", override: true}, {:poolboy, "~> 1.5"}, |