From e38ed2f62bf7167264972e0616f357e8576dee2d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 6 May 2024 02:42:07 +0200 Subject: [PATCH] Update htmlunit to 4.1.0 (#480) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 976560712..077120843 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" % "4.0.0", + "org.htmlunit" % "htmlunit" % "4.1.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,