We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb1742 commit ad41371Copy full SHA for ad41371
build.sbt
@@ -359,7 +359,7 @@ lazy val tests = project
359
"org.scalameta" % "semanticdb-scalac-core" % Version.scalameta cross CrossVersion.full,
360
"org.scalatest" %% "scalatest" % "3.2.19",
361
"org.scalacheck" %% "scalacheck" % "1.18.1",
362
- "org.seleniumhq.selenium" % "selenium-java" % "4.23.0" % IntegrationTest,
+ "org.seleniumhq.selenium" % "selenium-java" % "4.23.1" % IntegrationTest,
363
"org.slf4j" % "slf4j-simple" % "2.0.16"
364
),
365
(IntegrationTest / compile) := {
0 commit comments