summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2022-12-26 10:13:48 -0500
committertusooa <tusooa@kazv.moe>2023-02-20 12:20:29 -0500
commit259905a8932074514e3473d458bedce56cd25ac1 (patch)
tree75f91d811f9d70bdf81d427508c2a74f5cd8e13e /mix.exs
parentf76c1d4f70fdda6da621a46fb75891e68e266946 (diff)
downloadpleroma-259905a8932074514e3473d458bedce56cd25ac1.tar.gz
pleroma-259905a8932074514e3473d458bedce56cd25ac1.zip
Bump earmark to 1.4.22
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 151513639..4c82f08a8 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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",