From c485c793da013b6112e6fa5999b2f7d26ede9ee8 Mon Sep 17 00:00:00 2001 From: Alex Pearwin Date: Mon, 30 Oct 2023 01:19:38 +0000 Subject: [PATCH] Dialyzer. --- mix.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index e23383d..d5a5a71 100644 --- a/mix.exs +++ b/mix.exs @@ -51,7 +51,8 @@ defmodule TwentyFortyEight.MixProject do {:jason, "~> 1.2"}, {:dns_cluster, "~> 0.1.1"}, {:plug_cowboy, "~> 2.5"}, - {:credo, "~> 1.7", only: [:dev, :test], runtime: false} + {:credo, "~> 1.7", only: [:dev, :test], runtime: false}, + {:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false} ] end