From 56520630798c371b0763162877b53199d5a161dd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 2 Dec 2024 00:23:06 +0000 Subject: [PATCH] Update htmlunit to 4.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index af70c2c9a..23fd628cd 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.34.0", - "org.htmlunit" % "htmlunit" % "4.6.0", + "org.htmlunit" % "htmlunit" % "4.7.0", "org.jsoup" % "jsoup" % "1.18.2", "org.scalaz" %% "scalaz-core" % "7.3.8", "com.typesafe.akka" %% "akka-http" % "10.2.10" % "test" cross CrossVersion.for3Use2_13,