Skip to content

Commit

Permalink
Update for group scalatest (scalate#687)
Browse files Browse the repository at this point in the history
* Update scalatest-funsuite to 3.2.19

* Update scalatest-shouldmatchers to 3.2.19

* Update junit-4-13 to 3.2.19.0
  • Loading branch information
scala-steward-bot authored Jun 23, 2024
1 parent 1c2058e commit 352ac06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ object Dependencies {
val scalamd = ("org.scalatra.scalate" %% "scalamd" % "1.8.0")
val scalaTest = Def.setting {
Seq(
"org.scalatest" %% "scalatest-funsuite" % "3.2.18",
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.18",
"org.scalatestplus" %% "junit-4-13" % "3.2.18.0",
"org.scalatest" %% "scalatest-funsuite" % "3.2.19",
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19",
"org.scalatestplus" %% "junit-4-13" % "3.2.19.0",
)
}
val seleniumDriver = "org.seleniumhq.selenium" % "selenium-htmlunit-driver" % "2.52.0"
Expand Down

0 comments on commit 352ac06

Please sign in to comment.