Added credo as dev and test dependency

This commit is contained in:
2025-02-10 21:06:57 +02:00
parent 817ee825e1
commit 138708047c
2 changed files with 4 additions and 1 deletions

View File

@@ -48,7 +48,8 @@ defmodule Osuuspuutarha.MixProject do
{:gettext, "~> 0.18"},
{:jason, "~> 1.2"},
{:plug_cowboy, "~> 2.5"},
{:elixlsx, "~> 0.5.1"}
{:elixlsx, "~> 0.5.1"},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false}
]
end