Skip to content

Commit b447153

Browse files
committed
Update selenium-java to 4.26.0
1 parent 52f4d03 commit b447153

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
@@ -362,7 +362,7 @@ lazy val tests = project
362362
"org.scalameta" % "semanticdb-scalac-core" % Version.scalameta cross CrossVersion.full,
363363
"org.scalatest" %% "scalatest" % "3.2.19",
364364
"org.scalacheck" %% "scalacheck" % "1.18.1",
365-
"org.seleniumhq.selenium" % "selenium-java" % "4.23.1" % IntegrationTest,
365+
"org.seleniumhq.selenium" % "selenium-java" % "4.26.0" % IntegrationTest,
366366
"org.slf4j" % "slf4j-simple" % "2.0.16"
367367
),
368368
(IntegrationTest / compile) := {

0 commit comments

Comments
 (0)