update deps again
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-04-05 03:04:45 +00:00
parent 71778d12a6
commit 5cff5d8280
2 changed files with 4 additions and 4 deletions

View File

@ -68,7 +68,7 @@ defmodule Cannery.MixProject do
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:phoenix_live_view, "~> 1.0.0"},
{:phoenix, "~> 1.7.19"},
{:plug_cowboy, "~> 2.7"},
{:plug_cowboy, "~> 2.7.0"},
{:postgrex, ">= 0.0.0"},
{:swoosh, "~> 1.6"},
{:tailwind, "~> 0.2", runtime: Mix.env() == :dev},