diff options
author | tusooa <tusooa@kazv.moe> | 2022-12-26 10:13:48 -0500 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2023-02-20 12:20:29 -0500 |
commit | 259905a8932074514e3473d458bedce56cd25ac1 (patch) | |
tree | 75f91d811f9d70bdf81d427508c2a74f5cd8e13e /mix.exs | |
parent | f76c1d4f70fdda6da621a46fb75891e68e266946 (diff) | |
download | pleroma-259905a8932074514e3473d458bedce56cd25ac1.tar.gz pleroma-259905a8932074514e3473d458bedce56cd25ac1.zip |
Bump earmark to 1.4.22
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ defmodule Pleroma.Mixfile do {:ex_aws, "~> 2.1.6"}, {:ex_aws_s3, "~> 2.0"}, {:sweet_xml, "~> 0.7.2"}, - {:earmark, "~> 1.4.15"}, + {:earmark, "~> 1.4.22"}, {:bbcode_pleroma, "~> 0.2.0"}, {:crypt, git: "https://github.com/msantos/crypt.git", |