Skip to content

Commit b40dc14

Browse files
committed
Use ex_doc_version in mix.exs
1 parent 5eac4fe commit b40dc14

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
@@ -43,7 +43,7 @@ defmodule MeeseeksHtml5ever.Mixfile do
4343
{:rustler, "~> 0.20.0"},
4444

4545
# docs
46-
{:ex_doc, "~> 0.19.0", only: :docs, runtime: false}
46+
{:ex_doc, ex_doc_version(), only: :docs, runtime: false}
4747
]
4848
end
4949

0 commit comments

Comments
 (0)