Skip to content

Commit

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

Update tdr-graphql-client to 0.0.121
  • Loading branch information
TomJKing authored Aug 31, 2023
2 parents e580992 + 4b22c58 commit 558ff79
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 @@ -16,7 +16,7 @@ object Dependencies {
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.1"
lazy val decline = "com.monovore" %% "decline" % monovoreDeclineVersion
lazy val declineEffect = "com.monovore" %% "decline-effect" % monovoreDeclineVersion
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.120"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.121"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.16"
lazy val scalaCsv = "com.github.tototoshi" %% "scala-csv" % "1.3.10"
lazy val log4cats = "org.typelevel" %% "log4cats-core" % log4CatsVersion
Expand Down

0 comments on commit 558ff79

Please sign in to comment.