Skip to content

Commit

Permalink
Merge branch 'scala-steward-dependencies' into update/scala-steward-d…
Browse files Browse the repository at this point in the history
…ependencies/tdr-generated-graphql-0.0.398
  • Loading branch information
mergify[bot] authored Dec 16, 2024
2 parents 2dabb64 + ba08960 commit 2fe7dd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {
private val log4CatsVersion = "2.7.0"
private val mockitoScalaVersion = "1.17.37"
private val monovoreDeclineVersion = "2.4.1"
private val awsUtilsVersion = "0.1.226"
private val awsUtilsVersion = "0.1.227"
private val doobieVersion = "1.0.0-RC6"
private val testContainersVersion = "0.41.4"

Expand All @@ -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.4"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.197"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.198"
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 2fe7dd8

Please sign in to comment.