From e080477c2afa2dd3158c42b043212f433b0823ef Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:06:29 +0200 Subject: [PATCH] Update proto-google-cloud-bigtable-v2 to 2.43.0 (#1028) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 633e4a4f..a4a18884 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ val magnoliaScala3Version = "1.3.7" val algebirdVersion = "0.13.10" val avroVersion = Option(sys.props("avro.version")).getOrElse("1.11.3") val bigqueryVersion = "v2-rev20240229-2.0.0" -val bigtableVersion = "2.42.0" +val bigtableVersion = "2.43.0" val catsVersion = "2.12.0" val datastoreVersion = "2.21.1" val guavaVersion = "33.3.0-jre"