Skip to content

Commit

Permalink
Specify phoenix_html version
Browse files Browse the repository at this point in the history
  • Loading branch information
tfwright committed Feb 1, 2024
1 parent 709bc6a commit 511b04d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ defmodule LiveAdmin.MixProject do
[
{:phoenix_view, "~> 2.0"},
{:phoenix_live_view, "~> 0.20.0"},
{:phoenix_html, "~> 3.3"},
{:ecto, "~> 3.10"},
{:ecto_sql, "~> 3.10"},
{:phoenix_ecto, "~> 4.4"},
Expand Down

0 comments on commit 511b04d

Please sign in to comment.