From 98409bfcfc6a619bf17f4a629a9bb0b4497b83b4 Mon Sep 17 00:00:00 2001 From: graham Date: Tue, 24 Mar 2026 08:26:57 -0500 Subject: [PATCH] chore(deps): Update dependency swoosh to ~> 1.24 (#133) --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index d8511ed9..db2d3b56 100644 --- a/mix.exs +++ b/mix.exs @@ -63,7 +63,7 @@ defmodule Towerops.MixProject do {:tailwind, "~> 0.3", runtime: Mix.env() == :dev}, {:heroicons, github: "tailwindlabs/heroicons", tag: "v2.2.0", sparse: "optimized", app: false, compile: false, depth: 1}, - {:swoosh, "~> 1.16"}, + {:swoosh, "~> 1.24"}, {:gen_smtp, "~> 1.0"}, {:cbor, "~> 1.0"}, {:req, "~> 0.5"},