Skip to content

Commit

Permalink
Update jsoup to 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 8, 2024
1 parent 55477a7 commit 1c47710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ lazy val plugin = project("sbt-paradox-material-theme", file("plugin"))
publishLocal := publishLocal.dependsOn(theme / publishLocal).value,
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox" % "0.9.2").exclude("com.typesafe.sbt", "sbt-web")),
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.8"),
libraryDependencies += "org.jsoup" % "jsoup" % "1.17.2",
libraryDependencies += "org.jsoup" % "jsoup" % "1.18.1",
libraryDependencies += "io.circe" %% "circe-core" % "0.14.10",
update := update.dependsOn(theme / publishLocal).value,
Compile / resourceGenerators += Def.task {
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value

// This project is its own plugin :)
Compile / unmanagedSourceDirectories += baseDirectory.value.getParentFile / "plugin" / "src" / "main" / "scala"
libraryDependencies += "org.jsoup" % "jsoup" % "1.17.2"
libraryDependencies += "org.jsoup" % "jsoup" % "1.18.1"
libraryDependencies += "io.circe" %% "circe-core" % "0.14.10"

0 comments on commit 1c47710

Please sign in to comment.