Skip to content

Commit

Permalink
build.sbt: use 5.7.1 of emr connector to get optimized filter
Browse files Browse the repository at this point in the history
creation for expired ttl checks
  • Loading branch information
tarzanek authored and julienrf committed Aug 30, 2024
1 parent 25b8b69 commit 9253872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9253872

Please sign in to comment.