Update dependencies

ecto_sql 3.13.2 => 3.13.3
phoenix 1.8.2 => 1.8.3
phoenix_live_reload 1.6.1 => 1.6.2
This commit is contained in:
Claudio Ortolina
2025-12-08 19:49:09 +00:00
parent 7c289c1681
commit 42fc59f111
3 changed files with 9 additions and 6 deletions
+5 -2
View File
@@ -26,8 +26,11 @@ config :music_library, MusicLibraryWeb.Endpoint,
# Print only warnings and errors during test
config :logger, level: :warning
# Initialize plugs at runtime for faster test compilation
config :phoenix, :plug_init_mode, :runtime
config :phoenix,
# Initialize plugs at runtime for faster test compilation
plug_init_mode: :runtime,
# Enable sorting query params in verified routes during tests
sort_verified_routes_query_params: true
# Enable helpful, but potentially expensive runtime checks
config :phoenix_live_view,