Skip to content

Commit

Permalink
Update scalatest to 3.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 8, 2023
1 parent e08c655 commit 5b92b1b
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.16",
"org.scalatest" %% "scalatest" % "3.2.16" % "test",
"org.scalatest" %% "scalatest" % "3.2.17" % "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 5b92b1b

Please sign in to comment.