Skip to content

Commit

Permalink
Update scalatest to 3.2.6 (gfc-collective#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 8, 2021
1 parent 6896b96 commit f000ca0
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 @@ -22,7 +22,7 @@ libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-api" % "1.7.30",
"com.amazonaws" % "aws-java-sdk-s3" % "1.11.923",
"com.typesafe.akka" %% "akka-stream" % "2.6.13",
"org.scalatest" %% "scalatest" % "3.2.4" % Test,
"org.scalatest" %% "scalatest" % "3.2.6" % Test,
"org.scalamock" %% "scalamock" % "5.1.0" % Test,
)

Expand Down

0 comments on commit f000ca0

Please sign in to comment.