From ee3371c182c951173c2ccd7295af5487e659a9f3 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:25:31 +0100 Subject: [PATCH] Update datastore-v1-proto-client to 2.19.0 (#941) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3fe03b44..833bf1bc 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ val avroVersion = Option(sys.props("avro.version")).getOrElse("1.11.2") val bigqueryVersion = "v2-rev20231111-2.0.0" val bigtableVersion = "2.36.0" val catsVersion = "2.10.0" -val datastoreVersion = "2.18.6" +val datastoreVersion = "2.19.0" val guavaVersion = "33.0.0-jre" val hadoopVersion = "3.4.0" val jacksonVersion = "2.17.0"