Skip to content

Commit

Permalink
Fix Phoenix dep requiremetns
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Apr 27, 2023
1 parent 2866c08 commit c21233c
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 @@ -53,7 +53,7 @@ defmodule CldrRoutes.MixProject do
defp deps do
[
{:ex_cldr, "~> 2.32"},
{:phoenix, "~> 1.6", override: true},
{:phoenix, "~> 1.6"},
{:phoenix_live_view, "~> 0.18", optional: true},
{:jason, "~> 1.0"},
{:gettext, "~> 0.19"},
Expand Down

0 comments on commit c21233c

Please sign in to comment.