From 84248a85da27f61654529f81fb103cded8c19f91 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 29 Sep 2024 00:17:38 +0000 Subject: [PATCH] Update proto-google-cloud-bigtable-v2 to 2.44.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 20559fde..bed36e30 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.44.0" +val bigtableVersion = "2.44.1" val catsVersion = "2.12.0" val datastoreVersion = "2.21.3" val guavaVersion = "33.3.0-jre"