From d7827e28ef6dd0e73583ffb8d65688921ee442df Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:22:43 +0200 Subject: [PATCH] Update proto-google-cloud-bigtable-v2 to 2.44.0 (#1041) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 93c3ec94..0e467540 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.59.0" val bigqueryVersion = "v2-rev20240229-2.0.0" -val bigtableVersion = "2.43.0" +val bigtableVersion = "2.44.0" val catsVersion = "2.12.0" val datastoreVersion = "2.21.3" val guavaVersion = "33.3.0-jre"