Skip to content

Commit

Permalink
Update installer/templates/phx_umbrella/apps/app_name_web/mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed May 3, 2024
1 parent 7a42afe commit d73a2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/templates/phx_umbrella/apps/app_name_web/mix.exs
Expand Up @@ -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"},
Expand Down

0 comments on commit d73a2a4

Please sign in to comment.