Skip to content

Commit

Permalink
Update selenium-java to 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Jan 29, 2023
1 parent 82d1050 commit 28fde87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lazy val root = (project in file(".")).settings(
scalacOptions += "-Wunused",
resolvers += "Artima Maven Repository" at "https://repo.artima.com/releases",
libraryDependencies ++= Seq(
"org.seleniumhq.selenium" % "selenium-java" % "4.5.3",
"org.seleniumhq.selenium" % "selenium-java" % "4.8.0",
"com.lihaoyi" % "ammonite" % "2.5.5" cross CrossVersion.full,
"org.typelevel" %% "cats-free" % "2.9.0",
"org.scalatest" %% "scalatest-wordspec" % "3.2.14" % Test,
Expand Down

0 comments on commit 28fde87

Please sign in to comment.