Skip to content

Commit

Permalink
Update scalatest to 3.2.19 (#1694)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 26, 2024
1 parent 802ed47 commit 751dfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ lazy val applicationSettings = commonSettings ++ Seq(

lazy val applicationDependencies = Seq(
"org.scalactic" %% "scalactic" % "3.2.19",
"org.scalatest" %% "scalatest" % "3.2.18" % "test",
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
"software.amazon.awssdk" % "sdk-core" % Versions.AWSSdk2Version,
"com.amazonaws" % "aws-java-sdk-core" % Versions.AWSVersion,
"com.amazonaws" % "aws-java-sdk-s3" % Versions.AWSVersion,
Expand Down

0 comments on commit 751dfbf

Please sign in to comment.