Skip to content

Commit

Permalink
Merge pull request #295 from nationalarchives/update/scalatest-3.2.17
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.17
  • Loading branch information
vimleshtna authored Sep 11, 2023
2 parents c58713b + bf8b119 commit ab8cba6
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.16"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.17"
lazy val typesafe = "com.typesafe" % "config" % "1.4.2"
lazy val s3Sdk = "software.amazon.awssdk" % "s3" % "2.18.24"
lazy val circeCore = "io.circe" %% "circe-core" % circeVersion
Expand Down

0 comments on commit ab8cba6

Please sign in to comment.