From d73a2a452ccf60e5a5b48fbe25b6a15764390fd1 Mon Sep 17 00:00:00 2001 From: Chris McCord Date: Fri, 3 May 2024 13:15:56 -0400 Subject: [PATCH] Update installer/templates/phx_umbrella/apps/app_name_web/mix.exs --- installer/templates/phx_umbrella/apps/app_name_web/mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/templates/phx_umbrella/apps/app_name_web/mix.exs b/installer/templates/phx_umbrella/apps/app_name_web/mix.exs index f29a7cb3fd..79357f7c67 100644 --- a/installer/templates/phx_umbrella/apps/app_name_web/mix.exs +++ b/installer/templates/phx_umbrella/apps/app_name_web/mix.exs @@ -37,7 +37,7 @@ defmodule <%= @web_namespace %>.MixProject do defp deps do [ <%= @phoenix_dep %>,<%= if @ecto do %> - {:phoenix_ecto, "~> 4.4"},<% end %><%= if @html do %> + {:phoenix_ecto, "~> 4.5"},<% end %><%= if @html do %> {:phoenix_html, "~> 4.1"}, {:phoenix_live_reload, "~> 1.2", only: :dev}, {:phoenix_live_view, "~> 0.20.2"},