From 67eb61f2388cdedc2348fd2d47f3549e0d93b1f0 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 4 May 2023 10:22:21 +0200 Subject: [PATCH] Update proto-google-cloud-bigtable-v2 to 2.22.0 (#737) Co-authored-by: Michel Davit --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index aa849af45..af998c048 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ val magnoliaScala3Version = "1.1.4" val algebirdVersion = "0.13.9" val avroVersion = Option(sys.props("avro.version")).getOrElse("1.11.0") val bigqueryVersion = "v2-rev20230422-2.0.0" -val bigtableVersion = "2.21.0" +val bigtableVersion = "2.22.0" val catsVersion = "2.9.0" val datastoreVersion = "2.14.5" val guavaVersion = "31.1-jre"