From 2efb56b88a8cad0593254b44e100d973ad2aaee5 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 10:27:41 +0000 Subject: [PATCH] Update google-api-services-sheets to v4-rev20260213-2.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c1990977c..3c90ca9bf 100644 --- a/build.sbt +++ b/build.sbt @@ -66,7 +66,7 @@ val commonSettings = Seq( "com.gu" %% "simple-configuration-ssm" % "7.0.0", "com.gu" %% "pan-domain-auth-play_2-9" % pandaVersion, "com.google.api-client" % "google-api-client" % "2.0.1", - "com.google.apis" % "google-api-services-sheets" % "v4-rev20221216-2.0.0", + "com.google.apis" % "google-api-services-sheets" % "v4-rev20260213-2.0.0", "org.languagetool" % "languagetool-core" % languageToolVersion, "org.languagetool" % "language-en" % languageToolVersion, "com.gu" %% "content-api-models-scala" % capiModelsVersion,