From ee89500d308cc09e3e8993345c6ada5a30787c77 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 22 Dec 2020 02:41:20 +0100 Subject: [PATCH] Update DynamoDBLocal to 1.13.6 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 3ac20c5fc..e50eca2d8 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -150,7 +150,7 @@ object Settings { val coreWithTestSettings = coreSettings ++ testSettings - val dynamoDBLocalVersion = "1.13.3" + val dynamoDBLocalVersion = "1.13.6" val sqlite4javaVersion = "1.0.392" lazy val copySqlite4javaJars = taskKey[Unit]("copyJars")