Skip to content

Commit

Permalink
Merge pull request #309 from nationalarchives/update/tdr-graphql-clie…
Browse files Browse the repository at this point in the history
…nt-0.0.133

Update tdr-graphql-client to 0.0.133
  • Loading branch information
TomJKing authored Oct 13, 2023
2 parents 8fb6dc0 + 4808305 commit dbb205e
Showing 1 changed file with 1 addition and 1 deletion.
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 {
lazy val awsSsm = "software.amazon.awssdk" % "ssm" % "2.20.1"
lazy val typeSafeConfig = "com.typesafe" % "config" % "1.4.2"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.350"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.132"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.133"
lazy val circeCore = "io.circe" %% "circe-core" % circeVersion
lazy val circeParser = "io.circe" %% "circe-parser" % circeVersion
lazy val keycloakCore = "org.keycloak" % "keycloak-core" % keycloakVersion
Expand Down

0 comments on commit dbb205e

Please sign in to comment.