Skip to content

Commit

Permalink
Merge pull request #354 from nationalarchives/update/scalatest-3.2.18
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.18
  • Loading branch information
thanhz authored Feb 12, 2024
2 parents 1b8d17b + a518edd commit 12a10eb
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 @@ -3,7 +3,7 @@ import sbt._
object Dependencies {
private val circeVersion = "0.14.6"

lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.17"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18"
lazy val typesafe = "com.typesafe" % "config" % "1.4.3"
lazy val s3Sdk = "software.amazon.awssdk" % "s3" % "2.18.24"
lazy val circeCore = "io.circe" %% "circe-core" % circeVersion
Expand Down

0 comments on commit 12a10eb

Please sign in to comment.