We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04e7954 + 42b2b52 commit 7f1f97eCopy full SHA for 7f1f97e
build.sbt
@@ -358,7 +358,7 @@ lazy val tests = project
358
"org.scalameta" % "semanticdb-scalac-core" % Version.scalameta cross CrossVersion.full,
359
"org.scalatest" %% "scalatest" % "3.2.7",
360
"org.scalacheck" %% "scalacheck" % "1.17.0",
361
- "org.seleniumhq.selenium" % "selenium-java" % "4.9.1" % IntegrationTest,
+ "org.seleniumhq.selenium" % "selenium-java" % "4.21.0" % IntegrationTest,
362
"org.slf4j" % "slf4j-simple" % "2.0.13"
363
),
364
(IntegrationTest / compile) := {
0 commit comments