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 10, 2023
1 parent 756847b commit d943206
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 @@ -91,7 +91,7 @@ libraryDependencies ++= Seq(
"org.scala-lang"
),
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "test",
"org.scalatest" %% "scalatest" % "3.2.16" % "test",
"org.scalatest" %% "scalatest" % "3.2.17" % "test",
"org.mockito" % "mockito-all" % "1.10.19" % "test",
"joda-time" % "joda-time" % "2.12.5" % "test",
"org.joda" % "joda-convert" % "2.2.3" % "test",
Expand Down

0 comments on commit d943206

Please sign in to comment.