Skip to content

Commit 8bb17a3

Browse files
authored
Merge pull request #173 from scala-steward/update/jsoup-1.22.2
Update jsoup to 1.22.2
2 parents 87fb2d7 + 608ba60 commit 8bb17a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ lazy val plugin = project("sbt-paradox-material-theme", file("plugin"))
7575
publishLocal := publishLocal.dependsOn(theme / publishLocal).value,
7676
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox" % "0.9.2").exclude("com.typesafe.sbt", "sbt-web")),
7777
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.8"),
78-
libraryDependencies += "org.jsoup" % "jsoup" % "1.22.1",
78+
libraryDependencies += "org.jsoup" % "jsoup" % "1.22.2",
7979
libraryDependencies += "io.circe" %% "circe-core" % "0.14.15",
8080
update := update.dependsOn(theme / publishLocal).value,
8181
Compile / resourceGenerators += Def.task {

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
1111

1212
// This project is its own plugin :)
1313
Compile / unmanagedSourceDirectories += baseDirectory.value.getParentFile / "plugin" / "src" / "main" / "scala"
14-
libraryDependencies += "org.jsoup" % "jsoup" % "1.22.1"
14+
libraryDependencies += "org.jsoup" % "jsoup" % "1.22.2"
1515
libraryDependencies += "io.circe" %% "circe-core" % "0.14.15"

0 commit comments

Comments
 (0)