From fe0efae36612ec6673ce3581cd3c179096aa3d95 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 13:03:24 +0000 Subject: [PATCH] Update aws-java-sdk-lambda to 1.12.755 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e79d4b4..7b7c392 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ inThisBuild(Seq( licenses := Seq(License.Apache2), )) -val awsSdkVersion = "1.12.750" +val awsSdkVersion = "1.12.755" val circeVersion = "0.14.8" val flexmarkVersion = "0.64.8" val scalaTestVersion = "3.2.19"