From 5c2e2ba4001a3dc1f3830def3233b087c1ad4988 Mon Sep 17 00:00:00 2001 From: David Furey Date: Wed, 8 May 2024 09:22:06 +0100 Subject: [PATCH] Bump Scanamo This is required because v1.0.0-M15 depends on software.amazon.awssdk:dynamodb:2.15.78 which depends on jackson-databind:2.10.5.1, which is binary incompatible with jackson-databind:2.16.2 which is depended on by com.amazonaws:aws-java-sdk-core:1.12.470. Scanamo v1.0.0 uses software.amazon.awssdk:dynamodb:2.23.4 See https://github.com/FasterXML/jackson-databind/issues/2897 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 75e8cc8a454..21c06fe72b6 100644 --- a/build.sbt +++ b/build.sbt @@ -78,7 +78,7 @@ libraryDependencies ++= Seq( "com.gu" %% "mobile-notifications-api-models" % "1.0.19", "com.gu" %% "pan-domain-auth-play_3-0" % "3.0.1", - "org.scanamo" %% "scanamo" % "1.0.0-M15" exclude("org.scala-lang.modules", "scala-java8-compat_2.13"), + "org.scanamo" %% "scanamo" % "1.1.1" exclude("org.scala-lang.modules", "scala-java8-compat_2.13"), "com.github.blemale" %% "scaffeine" % "4.1.0" % "compile", "com.gu" %% "thrift-serializer" % "4.0.2",