From 112f7e6be237f1dffe5ddcc79d81cfdea4a754e6 Mon Sep 17 00:00:00 2001 From: Alessandro Zanin Date: Sun, 26 Feb 2023 01:56:01 +0000 Subject: [PATCH] Update aws-java-sdk-dynamodb to 1.12.415 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 892b219a..d2907c2d 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ val logbackVersion = "1.2.11" val circeV = "0.14.2" -val dynamodbV = "1.11.1034" +val dynamodbV = "1.12.415" val testContainerV = "0.40.12"