Skip to content

Commit

Permalink
Merge pull request #358 from nationalarchives/update/kms-utils-0.1.115
Browse files Browse the repository at this point in the history
Update kms-utils to 0.1.115
  • Loading branch information
TomJKing authored Nov 16, 2023
2 parents c116181 + 0ad73e3 commit 5a2e1c1
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 @@ -2,7 +2,7 @@ import sbt._

object Dependencies {
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.352"
lazy val kmsUtils = "uk.gov.nationalarchives" %% "kms-utils" % "0.1.114"
lazy val kmsUtils = "uk.gov.nationalarchives" %% "kms-utils" % "0.1.115"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.2"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.138"
lazy val log4cats = "org.typelevel" %% "log4cats-core" % "2.6.0"
Expand Down

0 comments on commit 5a2e1c1

Please sign in to comment.