From f01b69872971bbdf41550ba6a937f4bf8b8593ca Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 Jun 2024 21:46:46 +0000 Subject: [PATCH] Update sbt-web to 1.5.7 --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 3fada66..50a5548 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.6"), + addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.7"), 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 60fcdf2..67ed70e 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.6") +addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.7") 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")