We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34842c commit 42b2b52Copy full SHA for 42b2b52
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.9"
363
),
364
(IntegrationTest / compile) := {
0 commit comments