Skip to content

Commit

Permalink
Merge pull request #364 from nationalarchives/update/scala-steward-de…
Browse files Browse the repository at this point in the history
…pendencies/scalatest-3.2.19

Update scalatest to 3.2.19 in scala-steward-dependencies
  • Loading branch information
mergify[bot] authored Jun 25, 2024
2 parents 5f270a9 + 74909ac commit 96876b4
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 @@ -5,7 +5,7 @@ object Dependencies {
lazy val circeVersion = "0.14.8"
lazy val sttpVersion = "3.9.7"

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"
lazy val circeCore = "io.circe" %% "circe-core" % circeVersion
lazy val circeParser = "io.circe" %% "circe-parser" % circeVersion
Expand Down

0 comments on commit 96876b4

Please sign in to comment.