From 29157640e0e1f8f76ffb7f64593a76b80537a8a7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 31 Mar 2025 21:42:22 +0000 Subject: [PATCH] Update beam-sdks-java-core to 2.64.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f5af6b8a..85b68f9c 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ val magnoliaScala3Version = "1.3.16" val algebirdVersion = "0.13.10" val avroVersion = Option(sys.props("avro.version")).getOrElse("1.11.3") -val beamVersion = "2.62.0" +val beamVersion = "2.64.0" val bigqueryVersion = "v2-rev20241013-2.0.0" val bigtableVersion = "2.51.2" val catsVersion = "2.13.0"