From 99f115fc2f0e08ff2ea7d37480c83a15b3ccf990 Mon Sep 17 00:00:00 2001 From: Ryker Blunck Date: Wed, 24 Apr 2024 15:31:26 -0600 Subject: [PATCH] Allow newer versions of ex_aws --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index a21c9e2..1771059 100644 --- a/mix.exs +++ b/mix.exs @@ -28,7 +28,7 @@ defmodule BambooSes.MixProject do defp deps do [ - {:ex_aws, "~> 2.4.1"}, + {:ex_aws, "~> 2.4"}, {:bamboo, "~> 2.0"}, {:gen_smtp, "~> 1.2.0"}, {:jason, "~> 1.1"},