Skip to content

Commit

Permalink
Merge pull request #111 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 Jun 27, 2024
2 parents 2b55ea7 + f27615a commit 37c9e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import sbt._


object Dependencies {
private val circeVersion = "0.14.7"
private val circeVersion = "0.14.8"

lazy val backendCheckUtils = "uk.gov.nationalarchives" %% "tdr-backend-checks-utils" % "0.1.80"
lazy val circeCore = "io.circe" %% "circe-core" % circeVersion
lazy val circeParser = "io.circe" %% "circe-parser" % circeVersion
lazy val circeGeneric = "io.circe" %% "circe-generic" % circeVersion
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
lazy val wiremock = "com.github.tomakehurst" % "wiremock" % "3.0.1"
}

0 comments on commit 37c9e6b

Please sign in to comment.