Skip to content

Commit

Permalink
fix: update Phoenix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hauleth committed Feb 28, 2023
1 parent 7a749fb commit 585e6d2
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 @@ -47,7 +47,7 @@ defmodule PhoenixBakery.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:phoenix, "~> 1.6.0"},
{:phoenix, "~> 1.6"},
{:brotli, "~> 0.3.0", optional: true},
{:ezstd, "~> 1.0", optional: true},
{:jason, ">= 0.0.0", only: [:dev, :test]},
Expand Down

0 comments on commit 585e6d2

Please sign in to comment.