From 9d1f755ed3dc092c821510e4ae1fe15dcebd3ef1 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 9 Apr 2024 01:10:00 +0200 Subject: [PATCH] Update htmlunit to 4.0.0 (#478) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fab0ac9c5..704bcd720 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ lazy val core = project name := "scala-scraper", libraryDependencies ++= Seq( "com.github.nscala-time" %% "nscala-time" % "2.32.0", - "org.htmlunit" % "htmlunit" % "3.11.0", + "org.htmlunit" % "htmlunit" % "4.0.0", "org.jsoup" % "jsoup" % "1.17.2", "org.scalaz" %% "scalaz-core" % "7.3.8", "com.typesafe.akka" %% "akka-http" % "10.2.10" % "test" cross CrossVersion.for3Use2_13,