From b1eafcb915fdaaad997b4495b9cf0237e1f8b65f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Nystr=C3=B6m?= Date: Tue, 16 Jan 2024 11:01:00 +0100 Subject: [PATCH] Make doc generation work again. --- mix.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 021c0b4..4d701ce 100644 --- a/mix.exs +++ b/mix.exs @@ -14,7 +14,7 @@ defmodule Zarex.Mixfile do end def application do - [applications: [:logger]] + [extra_applications: [:logger]] end defp description do @@ -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