Skip to content

Commit

Permalink
Make doc generation work again.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricn committed Jan 16, 2024
1 parent 307554c commit b1eafcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule Zarex.Mixfile do
end

def application do
[applications: [:logger]]
[extra_applications: [:logger]]
end

defp description do
Expand All @@ -26,7 +26,7 @@ defmodule Zarex.Mixfile do
{:inch_ex, "2.0.0", only: :docs},
{:earmark, "1.4.46", only: :dev},
{:ex_doc, "0.31.1", only: :dev, runtime: false},
{:dialyxir, "1.4.3", only: [:dev], runtime: false}
{:dialyxir, "1.4.3", only: :dev, runtime: false}
]
end

Expand Down

0 comments on commit b1eafcb

Please sign in to comment.