Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7f1f97e

Browse files
authoredMay 28, 2024··
Merge branch 'master' into update/slf4j-api-2.0.13
2 parents 04e7954 + 42b2b52 commit 7f1f97e

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.13"
363363
),
364364
(IntegrationTest / compile) := {

0 commit comments

Comments
 (0)
Please sign in to comment.