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-geirolz[bot] authored and mergify[bot] committed Jun 30, 2024
1 parent 8a82899 commit e489628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ProjectDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object ProjectDependencies {
"org.scalactic" %% "scalactic" % "3.2.19" % Test cross CrossVersion.binary,
"org.typelevel" %% "discipline-scalatest" % "2.2.0" % Test,
"org.typelevel" %% "cats-laws" % "2.12.0" % Test cross CrossVersion.binary,
"org.scalatest" %% "scalatest" % "3.2.18" % Test cross CrossVersion.binary,
"org.scalatest" %% "scalatest" % "3.2.19" % Test cross CrossVersion.binary,
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test cross CrossVersion.binary
)

Expand Down

0 comments on commit e489628

Please sign in to comment.