Skip to content

Commit

Permalink
Update scalatest-wordspec to 3.2.17 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Nov 27, 2023
1 parent d3aea9d commit f493f38
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 @@ -24,7 +24,7 @@ lazy val root = (project in file(".")).settings(
"org.seleniumhq.selenium" % "selenium-java" % "4.13.0",
"com.lihaoyi" % "ammonite" % "2.5.11" cross CrossVersion.full,
"org.typelevel" %% "cats-free" % "2.10.0",
"org.scalatest" %% "scalatest-wordspec" % "3.2.14" % Test,
"org.scalatest" %% "scalatest-wordspec" % "3.2.17" % Test,
"org.scalactic" %% "scalactic" % "3.2.17",
"org.scalamock" %% "scalamock" % "5.2.0" % Test
)
Expand Down

0 comments on commit f493f38

Please sign in to comment.