Skip to content

Commit

Permalink
Update scalatest to 3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 24, 2024
1 parent 11b9478 commit d5309f5
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 @@ -93,7 +93,7 @@ lazy val legacy = (project in file("legacy"))
),
libraryDependencies ++= Seq(
"org.scalactic" %% "scalactic" % "3.0.9",
"org.scalatest" %% "scalatest" % "3.0.9" % "test",
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
"org.scalacheck" %% "scalacheck" % "1.18.0" % "test",
"com.github.scopt" %% "scopt" % "4.1.0",
"org.pegdown" % "pegdown" % "1.6.0",
Expand Down

0 comments on commit d5309f5

Please sign in to comment.