From 56db427fc28d79f8f2589106667e86142129fe05 Mon Sep 17 00:00:00 2001 From: tna-da-bot <181243999+tna-da-bot@users.noreply.github.com> Date: Fri, 13 Dec 2024 08:29:06 +0000 Subject: [PATCH] Update tdr-generated-graphql to 0.0.397 in scala-steward-dependencies --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7d1f83446..4d2f70167 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ libraryDependencies ++= Seq( "com.softwaremill.sttp.client" %% "async-http-client-backend-future" % sttpVersion, "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.197", "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.223", - "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.395", + "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.397", "uk.gov.nationalarchives" %% "tdr-metadata-validation" % "0.0.88", "uk.gov.nationalarchives" %% "s3-utils" % "0.1.225", "uk.gov.nationalarchives" %% "sns-utils" % "0.1.225",