summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2021-04-30 12:23:11 -0500
committerAlex Gleason <alex@alexgleason.me>2021-04-30 12:23:11 -0500
commit004bcedb074d50bc42803e4c0a884239bd504b3d (patch)
treedb97828c945ba453685eebdd186da67b6d1fcc3f /mix.exs
parentf318d8e56df1e30f41c7ddf2e306b3552034921f (diff)
Upgrade Earmark 1.4.15
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 06d77edb7..8ba2d8fbc 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.13"},
+ {:earmark, "1.4.15"},
{:bbcode_pleroma, "~> 0.2.0"},
{:crypt,
git: "https://github.com/msantos/crypt.git",