We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e3f59 commit fe341b5Copy full SHA for fe341b5
1 file changed
priv/templates/primary/mix.exs
@@ -25,7 +25,7 @@ defmodule <%= @app_module %>.MixProject do
25
{:tableau, "~> 0.17"}<%= if @assets == "tailwind" do %>,
26
{:tailwind, "~> 0.2", runtime: Mix.env() == :dev}<% end %><%= if @template == "temple" do %>,
27
{:temple, "~> 0.12"}<% end %><%= if @template == "heex" do %>,
28
- {:phoenix_live_view, "~> 0.20"}<% end %>
+ {:phoenix_live_view, "~> 1.0"}<% end %>
29
30
# {:dep_from_hexpm, "~> 0.3.0"},
31
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
0 commit comments