Skip to content

Commit

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

Update tdr-graphql-client to 0.0.124
  • Loading branch information
vimleshtna authored Sep 1, 2023
2 parents a92366b + 077c41e commit f3c624b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ object Dependencies {
private val log4CatsVersion = "2.6.0"
private val mockitoScalaVersion = "1.17.22"
private val monovoreDeclineVersion = "2.4.1"
private val awsUtilsVersion = "0.1.98"
private val awsUtilsVersion = "0.1.100"

lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.157"
lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.160"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.341"
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"
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.121"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.124"
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 f3c624b

Please sign in to comment.