Skip to content

Commit 83cf674

Browse files
authored
Merge pull request #123 from scala-steward/update/jsoup-1.20.1
Update jsoup to 1.20.1
2 parents 3fbdfd1 + 0c5b152 commit 83cf674

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.17.2",
78+
libraryDependencies += "org.jsoup" % "jsoup" % "1.20.1",
7979
libraryDependencies += "io.circe" %% "circe-core" % "0.14.13",
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.17.2"
14+
libraryDependencies += "org.jsoup" % "jsoup" % "1.20.1"
1515
libraryDependencies += "io.circe" %% "circe-core" % "0.14.13"

0 commit comments

Comments
 (0)