Update to Phoenix 1.7.0-rc.1

elixir_make 0.7.2 => 0.7.3
  gettext 0.20.0 => 0.21.0 (minor)
  phoenix 1.7.0-rc.0 => 1.7.0-rc.1
  phoenix_live_view 0.18.3 => 0.18.4
  telemetry 1.1.0 => 1.2.0
New:
  expo 0.1.0
This commit is contained in:
Thelonius Kort
2023-01-08 12:30:56 +01:00
parent 04d6f32325
commit 6faf1e02f5
2 changed files with 7 additions and 6 deletions

View File

@ -33,7 +33,7 @@ defmodule Outlook.MixProject do
defp deps do
[
{:bcrypt_elixir, "~> 3.0"},
{:phoenix, "~> 1.7.0-rc.0", override: true},
{:phoenix, "~> 1.7.0-rc.1", override: true},
{:phoenix_ecto, "~> 4.4"},
{:ecto_sql, "~> 3.6"},
{:postgrex, ">= 0.0.0"},