Skip to content

Commit

Permalink
Merge pull request #601 from nationalarchives/scala-steward-dependencies
Browse files Browse the repository at this point in the history
Scala Steward Updates
  • Loading branch information
mergify[bot] authored Dec 23, 2024
2 parents 7feb886 + aed7074 commit 86c69ab
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 @@ -2,9 +2,9 @@ import sbt._

object Dependencies {
lazy val kmsUtils = "uk.gov.nationalarchives" %% "kms-utils" % "0.1.227"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.398"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.400"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.7"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.198"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.199"
lazy val log4cats = "org.typelevel" %% "log4cats-core" % "2.7.0"
lazy val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.7.0"
lazy val mockitoScala = "org.mockito" %% "mockito-scala" % "1.17.37"
Expand Down

0 comments on commit 86c69ab

Please sign in to comment.