diff --git a/build.sbt b/build.sbt index c5d4278..8749c0f 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.4"), + addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.5"), libraryDependencies += "org.jsoup" % "jsoup" % "1.17.2", libraryDependencies += "io.circe" %% "circe-core" % "0.14.6", update := update.dependsOn(theme / publishLocal).value, diff --git a/project/plugins.sbt b/project/plugins.sbt index 490064b..4267cb7 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.4") +addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.5") addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.5.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")