From e38f32f3bcb5db59b13788ff1ea45886879f9eaa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 25 Jun 2024 01:56:39 +0000 Subject: [PATCH] Update sbt-web to 1.5.8 --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 50a5548..e7be989 100644 --- a/build.sbt +++ b/build.sbt @@ -74,7 +74,7 @@ lazy val plugin = project("sbt-paradox-material-theme", file("plugin")) scriptedBufferLog := false, 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.7"), + addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.8"), libraryDependencies += "org.jsoup" % "jsoup" % "1.17.2", libraryDependencies += "io.circe" %% "circe-core" % "0.14.7", update := update.dependsOn(theme / publishLocal).value, diff --git a/project/plugins.sbt b/project/plugins.sbt index 67ed70e..2313e08 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox" % "0.9.2").exclude("com.typesafe.sbt", "sbt-web")) addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-theme" % "0.9.2").exclude("com.typesafe.sbt", "sbt-web")) -addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.7") +addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.8") addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.7.0").exclude("com.lightbend.paradox", "sbt-paradox")) addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")