From 36af1263c75476af9bc11767d31de82c37632737 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:16:46 +0100 Subject: [PATCH] Update proto-google-cloud-bigtable-v2 to 2.50.0 (#1083) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5c6bc159..84a0d1ba 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ val algebirdVersion = "0.13.10" val avroVersion = Option(sys.props("avro.version")).getOrElse("1.11.3") val beamVersion = "2.61.0" val bigqueryVersion = "v2-rev20241013-2.0.0" -val bigtableVersion = "2.49.0" +val bigtableVersion = "2.50.0" val catsVersion = "2.12.0" val datastoreVersion = "2.25.1" val guavaVersion = "33.3.1-jre"