Skip to content

Commit f9d8611

Browse files
committed
Update selenium-java to 4.23.0
1 parent b16b2c0 commit f9d8611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ lazy val tests = project
359359
"org.scalameta" % "semanticdb-scalac-core" % Version.scalameta cross CrossVersion.full,
360360
"org.scalatest" %% "scalatest" % "3.2.18",
361361
"org.scalacheck" %% "scalacheck" % "1.17.1",
362-
"org.seleniumhq.selenium" % "selenium-java" % "4.21.0" % IntegrationTest,
362+
"org.seleniumhq.selenium" % "selenium-java" % "4.23.0" % IntegrationTest,
363363
"org.slf4j" % "slf4j-simple" % "2.0.13"
364364
),
365365
(IntegrationTest / compile) := {

0 commit comments

Comments
 (0)