Skip to content

Commit

Permalink
Merge pull request #1017 from nationalarchives/update-graphql-version
Browse files Browse the repository at this point in the history
Update generated graphql to latest version
  • Loading branch information
TomJKing authored Jan 23, 2024
2 parents 7b1423c + b5fc932 commit f501e44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Dependencies {
private val awsUtilsVersion = "0.1.126"

lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.182"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.353"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.355"
lazy val s3Utils = "uk.gov.nationalarchives" %% "s3-utils" % awsUtilsVersion
lazy val stepFunctionUtils = "uk.gov.nationalarchives" %% "stepfunction-utils" % awsUtilsVersion
lazy val bagit = "gov.loc" % "bagit" % "5.2.0"
Expand Down
7 changes: 0 additions & 7 deletions src/test/resources/json/get_original_path.json

This file was deleted.

0 comments on commit f501e44

Please sign in to comment.