Skip to content

Commit

Permalink
Update htmlunit to 4.8.0 (#540)
Browse files Browse the repository at this point in the history
Co-authored-by: Rui Gonçalves <ruippeixotog@gmail.com>
  • Loading branch information
scala-steward and ruippeixotog authored Jan 12, 2025
1 parent 5c10260 commit 3d8cf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lazy val core = project
name := "scala-scraper",
libraryDependencies ++= Seq(
"com.github.nscala-time" %% "nscala-time" % "3.0.0",
"org.htmlunit" % "htmlunit" % "4.7.0",
"org.htmlunit" % "htmlunit" % "4.8.0",
"org.jsoup" % "jsoup" % "1.18.3",
"org.scalaz" %% "scalaz-core" % "7.3.8",
"com.typesafe.akka" %% "akka-http" % "10.2.10" % "test" cross CrossVersion.for3Use2_13,
Expand Down

0 comments on commit 3d8cf87

Please sign in to comment.