diff options
author | lain <lain@soykaf.club> | 2023-02-09 19:34:19 +0000 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2023-02-09 14:37:34 -0500 |
commit | 7138910f30ec401bb7327efb57351ae0f399bfb7 (patch) | |
tree | 5261b94317b82bbc9a52ac34a1ab49fcfc11ef20 /mix.exs | |
parent | a2766f310c61042f6ed5c9412793e6082bf310c2 (diff) | |
download | pleroma-7138910f30ec401bb7327efb57351ae0f399bfb7.tar.gz pleroma-7138910f30ec401bb7327efb57351ae0f399bfb7.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"}, |