We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f4d03 commit 3163b81Copy full SHA for 3163b81
build.sbt
@@ -362,7 +362,7 @@ lazy val tests = project
362
"org.scalameta" % "semanticdb-scalac-core" % Version.scalameta cross CrossVersion.full,
363
"org.scalatest" %% "scalatest" % "3.2.19",
364
"org.scalacheck" %% "scalacheck" % "1.18.1",
365
- "org.seleniumhq.selenium" % "selenium-java" % "4.23.1" % IntegrationTest,
+ "org.seleniumhq.selenium" % "selenium-java" % "4.28.1" % IntegrationTest,
366
"org.slf4j" % "slf4j-simple" % "2.0.16"
367
),
368
(IntegrationTest / compile) := {
0 commit comments