summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2021-11-16 13:54:34 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2021-11-16 13:54:34 +0000
commitc97f99ccf2a51c7f1078d7a20006deae2df3d12c (patch)
tree65acc1ce0483bc596814cbb68e45280930e0a5ed /mix.exs
parentadd2b9cd8db6c27a322b608358d782274d2889cd (diff)
parent5e15ceb49d9accadce01732fbec7dd4f22ebdfa3 (diff)
Merge branch 'bugfix/markdown-newlines' into 'develop'
mix: Update earmark See merge request pleroma/pleroma!3538
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 ef5575f28..4ec76a50f 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",