Install Credo

This commit is contained in:
Claudio Ortolina
2025-02-18 10:14:15 +00:00
parent b3875b6078
commit c25402cd4d
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -66,6 +66,7 @@ defmodule MusicLibrary.MixProject do
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:esbuild, "~> 0.8", runtime: Mix.env() == :dev},
{:tailwind, "~> 0.2", runtime: Mix.env() == :dev},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
# HTTP Clients
{:finch, "~> 0.19.0"},