Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJKing authored Sep 18, 2023
2 parents 0f51523 + 734eccf commit 7918911
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
@@ -1,10 +1,10 @@
import sbt._

object Dependencies {
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.345"
lazy val kmsUtils = "uk.gov.nationalarchives" %% "kms-utils" % "0.1.102"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.347"
lazy val kmsUtils = "uk.gov.nationalarchives" %% "kms-utils" % "0.1.103"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.1"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.127"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.129"
lazy val log4cats = "org.typelevel" %% "log4cats-core" % "2.6.0"
lazy val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.6.0"
lazy val mockitoScala = "org.mockito" %% "mockito-scala" % "1.17.22"
Expand Down

0 comments on commit 7918911

Please sign in to comment.