From 08e4f01850653c4395aaf78e48758a6a84840d79 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 20 Mar 2024 23:53:56 +0000 Subject: [PATCH] Update sbt-site to 1.6.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cfba0c5f..f79e602fd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -26,7 +26,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0") // Docs Site plugins addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.2") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-dependencies" % "0.2.2") -addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1") +addSbtPlugin("com.github.sbt" % "sbt-site" % "1.6.0") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.1.4")