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"},