Skip to content

Commit 61a8d1d

Browse files
authored
Update mix.exs for EarmarkParser 1.4.42 (elixir-lang#1984)
This is the first version without warnings in Elixir 1.18.0 No other changes to the behavior.
1 parent 621aa3d commit 61a8d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ defmodule ExDoc.Mixfile do
3434

3535
defp deps do
3636
[
37-
{:earmark_parser, "~> 1.4.39"},
37+
{:earmark_parser, "~> 1.4.42"},
3838
{:makeup_elixir, "~> 0.14 or ~> 1.0"},
3939
{:makeup_erlang, "~> 0.1 or ~> 1.0"},
4040
# Add other makeup lexers as optional for the executable

0 commit comments

Comments
 (0)