chore: added PrimerLive dependencies

This commit is contained in:
carla 2025-05-08 08:35:32 +02:00
parent 77632bedec
commit e0a15b1a57
6 changed files with 35 additions and 17 deletions

View file

@ -68,7 +68,8 @@ defmodule Mv.MixProject do
{:bandit, "~> 1.5"},
{:mix_audit, "~> 2.1", only: [:dev, :test], runtime: false},
{:sobelow, "~> 0.13", only: [:dev, :test], runtime: false},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false}
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:primer_live, "~> 0.11"}
]
end