Skip to content

Commit fe341b5

Browse files
authored
feat: upgrade LiveView dependency (#20)
Upgrade from 0.20 to 1.0.
1 parent c8e3f59 commit fe341b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

priv/templates/primary/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defmodule <%= @app_module %>.MixProject do
2525
{:tableau, "~> 0.17"}<%= if @assets == "tailwind" do %>,
2626
{:tailwind, "~> 0.2", runtime: Mix.env() == :dev}<% end %><%= if @template == "temple" do %>,
2727
{:temple, "~> 0.12"}<% end %><%= if @template == "heex" do %>,
28-
{:phoenix_live_view, "~> 0.20"}<% end %>
28+
{:phoenix_live_view, "~> 1.0"}<% end %>
2929

3030
# {:dep_from_hexpm, "~> 0.3.0"},
3131
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}

0 commit comments

Comments
 (0)