diff --git a/build.sbt b/build.sbt index d4ce72292..6cda6e17d 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.9.0", + "org.htmlunit" % "htmlunit" % "3.10.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,