Skip to content

Commit 694076c

Browse files
committed
Update selenium-java to 4.21.0
1 parent b34842c commit 694076c

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
@@ -358,7 +358,7 @@ lazy val tests = project
358358
"org.scalameta" % "semanticdb-scalac-core" % Version.scalameta cross CrossVersion.full,
359359
"org.scalatest" %% "scalatest" % "3.2.7",
360360
"org.scalacheck" %% "scalacheck" % "1.17.0",
361-
"org.seleniumhq.selenium" % "selenium-java" % "4.9.1" % IntegrationTest,
361+
"org.seleniumhq.selenium" % "selenium-java" % "4.21.0" % IntegrationTest,
362362
"org.slf4j" % "slf4j-simple" % "2.0.9"
363363
),
364364
(IntegrationTest / compile) := {

0 commit comments

Comments
 (0)