Skip to content

Commit

Permalink
Update selenium-java to 4.0.0-beta-4
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Aug 8, 2021
1 parent cb74968 commit e148f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -18,7 +18,7 @@ lazy val root = (project in file(".")).settings(
scalacOptions += "-deprecation",
resolvers += "Artima Maven Repository" at "https://repo.artima.com/releases",
libraryDependencies ++= Seq(
"org.seleniumhq.selenium" % "selenium-java" % "4.0.0-beta-3",
"org.seleniumhq.selenium" % "selenium-java" % "4.0.0-beta-4",
"com.lihaoyi" % "ammonite" % "2.4.0" cross CrossVersion.full,
"org.typelevel" %% "cats-free" % "2.6.1",
"org.scalactic" %% "scalactic" % "3.2.9",
Expand Down

0 comments on commit e148f7c

Please sign in to comment.