aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-12-11 13:43:40 -0600
committerMark Felder <feld@FreeBSD.org>2020-12-11 17:23:03 -0600
commit6520599b7deac56780e1496c969cc45ff2e9f5da (patch)
treead504a268f4c161b22387e0a6e53fa1abe4f05ca /mix.exs
parent642729b49fca41fb142c6121fedf35c96c03b018 (diff)
downloadpleroma-6520599b7deac56780e1496c969cc45ff2e9f5da.tar.gz
Update Earmark to 1.4.13, use the new compact_output mode
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 feb7eefa3..06d77edb7 100644
--- a/mix.exs
+++ b/mix.exs
@@ -144,7 +144,7 @@ defmodule Pleroma.Mixfile do
{:ex_aws, "~> 2.1.6"},
{:ex_aws_s3, "~> 2.0"},
{:sweet_xml, "~> 0.6.6"},
- {:earmark, "1.4.10"},
+ {:earmark, "1.4.13"},
{:bbcode_pleroma, "~> 0.2.0"},
{:crypt,
git: "https://github.com/msantos/crypt.git",