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",