Skip to content

Commit

Permalink
chore: update phoenix_html dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Dec 27, 2023
1 parent 78b80b3 commit 38b0c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ defmodule AshPhoenix.MixProject do
[
{:ash, ash_version("~> 2.14 and >= 2.14.1")},
{:phoenix, "~> 1.5.6 or ~> 1.6"},
{:phoenix_html, "~> 2.14 or ~> 3.0"},
{:phoenix_html, "~> 2.14 or ~> 3.0 or ~> 4.0"},
{:phoenix_live_view, "~> 0.15"},
{:git_ops, "~> 2.5", only: [:dev, :test]},
{:ex_doc, "~> 0.23", only: [:dev, :test], runtime: false},
Expand Down

0 comments on commit 38b0c8f

Please sign in to comment.