From 50244ab0bfb7442fac85f6791fd0f2f4c967b2ae Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 12 Jan 2023 14:24:44 +0100 Subject: [PATCH] Update datastore-v1-proto-client to 2.13.2 (#672) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7e2204bef..c25289a41 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ val avroVersion = Option(sys.props("avro.version")).getOrElse("1.11.0") val bigqueryVersion = "v2-rev20221217-2.0.0" val bigtableVersion = "2.17.1" val catsVersion = "2.9.0" -val datastoreVersion = "2.13.1" +val datastoreVersion = "2.13.2" val guavaVersion = "31.1-jre" val hadoopVersion = "3.3.4" val jacksonVersion = "2.14.1"