Skip to content

Commit

Permalink
Merge pull request #1463 from nationalarchives/update/scala-steward-d…
Browse files Browse the repository at this point in the history
…ependencies/tdr-graphql-client-0.0.206

Update tdr-graphql-client to 0.0.206 in scala-steward-dependencies
  • Loading branch information
mergify[bot] authored Feb 4, 2025
2 parents 49f4fee + 09de4b7 commit 150ffdf
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 @@ -24,7 +24,7 @@ object Dependencies {
lazy val doobie = "org.tpolecat" %% "doobie-core" % doobieVersion
lazy val doobiePostgres = "org.tpolecat" %% "doobie-postgres" % doobieVersion
lazy val postgres = "org.postgresql" % "postgresql" % "42.7.5"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.205"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.206"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
lazy val scalaCsv = "com.github.tototoshi" %% "scala-csv" % "2.0.0"
lazy val log4cats = "org.typelevel" %% "log4cats-core" % log4CatsVersion
Expand Down

0 comments on commit 150ffdf

Please sign in to comment.