Skip to content

Commit

Permalink
Merge pull request #20 from nationalarchives/update/tdr-backend-check…
Browse files Browse the repository at this point in the history
…s-utils-0.1.12

Update tdr-backend-checks-utils to 0.1.12
  • Loading branch information
TomJKing authored May 11, 2023
2 parents e58fa04 + 6ee75b1 commit 243604a
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.5"

lazy val backendCheckUtils = "uk.gov.nationalarchives" %% "tdr-backend-checks-utils" % "0.1.10"
lazy val backendCheckUtils = "uk.gov.nationalarchives" %% "tdr-backend-checks-utils" % "0.1.12"
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 243604a

Please sign in to comment.