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,