Skip to content

Commit

Permalink
Update htmlunit to 2.40.0 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 4, 2020
1 parent f78f855 commit 3108c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -14,7 +14,7 @@ lazy val core = project.in(file("core"))

libraryDependencies ++= Seq(
"com.github.nscala-time" %% "nscala-time" % "2.24.0",
"net.sourceforge.htmlunit" % "htmlunit" % "2.39.1",
"net.sourceforge.htmlunit" % "htmlunit" % "2.40.0",
"org.jsoup" % "jsoup" % "1.13.1",
"org.scalaz" %% "scalaz-core" % "7.2.30",
"com.typesafe.akka" %% "akka-http" % "10.1.11" % "test",
Expand Down

0 comments on commit 3108c81

Please sign in to comment.