diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-04-30 12:23:11 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-04-30 12:23:11 -0500 |
commit | 004bcedb074d50bc42803e4c0a884239bd504b3d (patch) | |
tree | db97828c945ba453685eebdd186da67b6d1fcc3f /mix.exs | |
parent | f318d8e56df1e30f41c7ddf2e306b3552034921f (diff) | |
download | pleroma-004bcedb074d50bc42803e4c0a884239bd504b3d.tar.gz |
Upgrade Earmark 1.4.15
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |