Skip to content

Commit

Permalink
Merge pull request #141 from nationalarchives/scala-steward-dependencies
Browse files Browse the repository at this point in the history
Scala Steward Updates
  • Loading branch information
vimleshtna authored Dec 19, 2024
2 parents 4d5b2c7 + f37c282 commit c7af243
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 @@ -4,7 +4,7 @@ import sbt._
object Dependencies {
private val circeVersion = "0.14.10"

lazy val backendCheckUtils = "uk.gov.nationalarchives" %% "tdr-backend-checks-utils" % "0.1.90"
lazy val backendCheckUtils = "uk.gov.nationalarchives" %% "tdr-backend-checks-utils" % "0.1.92"
lazy val circeCore = "io.circe" %% "circe-core" % circeVersion
lazy val circeParser = "io.circe" %% "circe-parser" % circeVersion
lazy val circeGeneric = "io.circe" %% "circe-generic" % circeVersion
Expand Down

0 comments on commit c7af243

Please sign in to comment.