Skip to content

Commit

Permalink
Update scalatest to 3.2.13 (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 13, 2022
1 parent 0da0523 commit ebc59cd
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(
"org.scala-lang"
),
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "test",
"org.scalatest" %% "scalatest" % "3.2.12" % "test",
"org.scalatest" %% "scalatest" % "3.2.13" % "test",
"org.mockito" % "mockito-all" % "1.10.19" % "test",
"joda-time" % "joda-time" % "2.11.0" % "test",
"org.joda" % "joda-convert" % "2.2.2" % "test",
Expand Down

0 comments on commit ebc59cd

Please sign in to comment.