Skip to content

Commit

Permalink
Update installer/templates/phx_single/mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed May 3, 2024
1 parent af51f2e commit 7a42afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/templates/phx_single/mix.exs
Expand Up @@ -37,7 +37,7 @@ defmodule <%= @app_module %>.MixProject do
defp deps do
[
<%= @phoenix_dep %>,<%= if @ecto do %>
{:phoenix_ecto, "~> 4.4"},
{:phoenix_ecto, "~> 4.5"},
{:ecto_sql, "~> 3.10"},
{<%= inspect @adapter_app %>, ">= 0.0.0"},<% end %><%= if @html do %>
{:phoenix_html, "~> 4.1"},
Expand Down

0 comments on commit 7a42afe

Please sign in to comment.