From 85d79e8bac7016ca04daccded2d4742aced3ac2b Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:59:59 +0200 Subject: [PATCH] Update beam-sdks-java-core to 2.60.0 (#1055) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 59143ab4..43aa4496 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ val magnoliaScala3Version = "1.3.7" val algebirdVersion = "0.13.10" val avroVersion = Option(sys.props("avro.version")).getOrElse("1.11.3") -val beamVersion = "2.59.0" +val beamVersion = "2.60.0" val bigqueryVersion = "v2-rev20240229-2.0.0" val bigtableVersion = "2.44.0" val catsVersion = "2.12.0"