summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2021-11-16 14:32:49 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2021-11-16 14:33:27 +0100
commit5e15ceb49d9accadce01732fbec7dd4f22ebdfa3 (patch)
treef902ea5e9098d0c5e616546a567841143cd556df /mix.exs
parent6b5c2d5f866f748c20417517035f4814955d01dd (diff)
mix: Update earmark
This should fix the presence of extraneous newlines in markdown output. Related: https://github.com/pragdave/earmark/issues/406
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 f91e0b007..a9350789d 100644
--- a/mix.exs
+++ b/mix.exs
@@ -142,7 +142,7 @@ defmodule Pleroma.Mixfile do
{:ex_aws, "~> 2.1.6"},
{:ex_aws_s3, "~> 2.0"},
{:sweet_xml, "~> 0.6.6"},
- {:earmark, "1.4.15"},
+ {:earmark, "~> 1.4.15"},
{:bbcode_pleroma, "~> 0.2.0"},
{:crypt,
git: "https://github.com/msantos/crypt.git",