From e148f7c3c052594e75cab2948e6c8430681fb191 Mon Sep 17 00:00:00 2001 From: Lunfu Zhong Date: Sun, 8 Aug 2021 00:22:53 +0000 Subject: [PATCH] Update selenium-java to 4.0.0-beta-4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 13ac840..1547250 100644 --- a/build.sbt +++ b/build.sbt @@ -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",