diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2021-03-07 11:34:39 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2021-03-07 11:34:39 +0300 |
commit | 92526e02305ca7a54ff90d1bcebdc5ffe7e0dd06 (patch) | |
tree | 98a2ef683eefd3d5321d48926157c08b1fe395d2 /mix.exs | |
parent | 7f8785fd9be11fbb09283c2dbd32aeb7903a4f58 (diff) | |
parent | 13aa98d6899ba1e4a37fa1fd3ddb1ac35ea6e136 (diff) | |
download | pleroma-92526e02305ca7a54ff90d1bcebdc5ffe7e0dd06.tar.gz |
Merge remote-tracking branch 'remotes/origin/develop' into feature/object-hashtags-rework
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("2.2.50"), + version: version("2.3.50"), elixir: "~> 1.9", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), @@ -158,7 +158,7 @@ defmodule Pleroma.Mixfile do {:floki, "~> 0.27"}, {:timex, "~> 3.6"}, {:ueberauth, "~> 0.4"}, - {:linkify, "~> 0.4.1"}, + {:linkify, "~> 0.5.0"}, {:http_signatures, "~> 0.1.0"}, {:telemetry, "~> 0.3"}, {:poolboy, "~> 1.5"}, |