chore(deps): update mix dependencies
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Renovate Bot 2025-12-03 14:29:55 +00:00
parent 82f1a65b85
commit 70fe2137d7
2 changed files with 26 additions and 26 deletions

View file

@ -37,7 +37,7 @@ defmodule Mv.MixProject do
[
{:tidewave, "~> 0.5", only: [:dev]},
{:sourceror, "~> 1.8", only: [:dev, :test]},
{:live_debugger, "~> 0.4", only: [:dev]},
{:live_debugger, "~> 0.5", only: [:dev]},
{:ash_admin, "~> 0.13"},
{:ash_postgres, "~> 2.0"},
{:ash_phoenix, "~> 2.0"},
@ -45,7 +45,7 @@ defmodule Mv.MixProject do
{:bcrypt_elixir, "~> 3.0"},
{:ash_authentication, "~> 4.9"},
{:ash_authentication_phoenix, "~> 2.10"},
{:igniter, "~> 0.6", only: [:dev, :test]},
{:igniter, "~> 0.7", only: [:dev, :test]},
{:phoenix, "~> 1.8.0-rc.4", override: true},
{:phoenix_ecto, "~> 4.5"},
{:ecto_sql, "~> 3.10"},