Skip to content

Commit

Permalink
Merge pull request #587 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 9, 2024
2 parents ea4207a + b1d0b61 commit 7964fa0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import sbt._

object Dependencies {
lazy val kmsUtils = "uk.gov.nationalarchives" %% "kms-utils" % "0.1.222"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.391"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.6"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.194"
lazy val kmsUtils = "uk.gov.nationalarchives" %% "kms-utils" % "0.1.225"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.396"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.7"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.196"
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
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.5
sbt.version=1.10.6

0 comments on commit 7964fa0

Please sign in to comment.