summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2018-12-14 12:41:55 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2018-12-14 16:03:58 +0300
commitbaead4ea4b84ab1190b87a2dc73cdc4afaa6ebc6 (patch)
tree9f602b5abff3daafedb34bf50c4967a6503e4511 /mix.exs
parent91236c60c7aa266c1e874ebdd2aa44becfc6709b (diff)
downloadpleroma-baead4ea4b84ab1190b87a2dc73cdc4afaa6ebc6.tar.gz
pleroma-baead4ea4b84ab1190b87a2dc73cdc4afaa6ebc6.zip
fix markdown formatting
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 0fb40e07b..a8a171eb9 100644
--- a/mix.exs
+++ b/mix.exs
@@ -67,7 +67,7 @@ defmodule Pleroma.Mixfile do
{:mogrify, "~> 0.6.1"},
{:ex_aws, "~> 2.0"},
{:ex_aws_s3, "~> 2.0"},
- {:earmark, "~> 1.2"},
+ {:earmark, "~> 1.3"},
{:ex_machina, "~> 2.2", only: :test},
{:credo, "~> 0.9.3", only: [:dev, :test]},
{:mock, "~> 0.3.1", only: :test},