From e79a40aa0c8330060a7e39356a78d26c01238590 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 17 Oct 2024 04:41:01 +0000 Subject: [PATCH] Update aws-java-sdk-ssm to 1.12.774 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2898abf80..febecc6c5 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ addCommandAlias( ";testJVM212;testJVM213;testJVM3x;" ) -val awsVersion = "1.12.721" +val awsVersion = "1.12.774" val zioAwsVersion = "5.19.33.2" val zioVersion = "2.0.13" val magnoliaVersion = "0.17.0"