Skip to content

Commit

Permalink
Update scalatest to 3.2.4 (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 19, 2021
1 parent 98bef9e commit d9f1515
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 @@ -109,7 +109,7 @@ libraryDependencies ++= Seq(
ExclusionRule(organization = "org.scala-lang")
),
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "test",
"org.scalatest" %% "scalatest" % "3.2.2" % "test",
"org.scalatest" %% "scalatest" % "3.2.4" % "test",
"org.mockito" % "mockito-all" % "1.10.19" % "test",
"joda-time" % "joda-time" % "2.10.10" % "test",
"org.joda" % "joda-convert" % "2.2.1" % "test",
Expand Down

0 comments on commit d9f1515

Please sign in to comment.