From 9253872f5edd44016f94d0835ddaec268779ec47 Mon Sep 17 00:00:00 2001 From: Lubos Kosco Date: Fri, 30 Aug 2024 09:54:29 +0200 Subject: [PATCH] build.sbt: use 5.7.1 of emr connector to get optimized filter creation for expired ttl checks --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fc918c8..ece8ce0 100644 --- a/build.sbt +++ b/build.sbt @@ -51,7 +51,7 @@ lazy val migrator = (project in file("migrator")).enablePlugins(BuildInfoPlugin) // Revision number is automatically generated by the submodule when we do publishLocal. It is based on the output of 'git describe --tags' "com.datastax.spark" %% "spark-cassandra-connector" % "3.5.0-1-g468079b4", "com.github.jnr" % "jnr-posix" % "3.1.19", // Needed by the cassandra connector - "com.scylladb.alternator" % "emr-dynamodb-hadoop" % "5.7.0", + "com.scylladb.alternator" % "emr-dynamodb-hadoop" % "5.7.1", "com.scylladb.alternator" % "load-balancing" % "1.0.0", "io.circe" %% "circe-generic" % "0.14.7", "io.circe" %% "circe-parser" % "0.14.7",