From 8c92c1427311ac56cd01ab9b0043b5e1616e4039 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 10 Jun 2024 19:35:16 +0000 Subject: [PATCH] Update sbt-web to 1.5.6 --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 62ee81d..3fada66 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.5"), + addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.6"), 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 5d9dd28..60fcdf2 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.5") +addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.6") 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")