Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
Update ex_doc to generate docs properly
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Dec 8, 2019
1 parent 3436606 commit 13d922f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule ExParameterized.Mixfile do
defp deps do
[
{:earmark, "~> 1.0", only: :dev},
{:ex_doc, "~> 0.10", only: :dev}
{:ex_doc, "~> 0.21", only: :dev, runtime: false},
]
end

Expand Down
4 changes: 0 additions & 4 deletions mix.lock

This file was deleted.

0 comments on commit 13d922f

Please sign in to comment.