Skip to content

Commit 7c55a21

Browse files
committed
Update selenium-java to 4.29.0
1 parent 8e7dfaa commit 7c55a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ lazy val tests = project
363363
"org.scalameta" % "semanticdb-scalac-core" % Version.scalameta cross CrossVersion.full,
364364
"org.scalatest" %% "scalatest" % "3.2.19",
365365
"org.scalacheck" %% "scalacheck" % "1.18.1",
366-
"org.seleniumhq.selenium" % "selenium-java" % "4.23.1" % IntegrationTest,
366+
"org.seleniumhq.selenium" % "selenium-java" % "4.29.0" % IntegrationTest,
367367
"org.slf4j" % "slf4j-simple" % "2.0.16"
368368
),
369369
(IntegrationTest / compile) := {

0 commit comments

Comments
 (0)