From 8c6bcef9ff44a75aa26d5a0c716b0836f7582b10 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 14 May 2023 00:04:01 +0000 Subject: [PATCH] Update aws-java-sdk-core, ... to 1.12.468 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3159abd..54d382b 100644 --- a/build.sbt +++ b/build.sbt @@ -54,7 +54,7 @@ lazy val commonSettings = Seq( sonatypeProfileName := "com.github.seratch" ) -lazy val awsJavaSdkVersion = "1.12.349" +lazy val awsJavaSdkVersion = "1.12.468" lazy val all = (project in file(".")) .settings(commonSettings)