diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-11-16 13:54:34 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-11-16 13:54:34 +0000 |
commit | c97f99ccf2a51c7f1078d7a20006deae2df3d12c (patch) | |
tree | 65acc1ce0483bc596814cbb68e45280930e0a5ed /mix.exs | |
parent | add2b9cd8db6c27a322b608358d782274d2889cd (diff) | |
parent | 5e15ceb49d9accadce01732fbec7dd4f22ebdfa3 (diff) | |
download | pleroma-c97f99ccf2a51c7f1078d7a20006deae2df3d12c.tar.gz pleroma-c97f99ccf2a51c7f1078d7a20006deae2df3d12c.zip |
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.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |