From 72e8433991003add04b69ebaa59bd4be2bec143d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 20 Mar 2024 20:19:28 +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 6593abd42..c7061f91e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.6") -addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1") +addSbtPlugin("com.github.sbt" % "sbt-site" % "1.6.0") addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.7.0") addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.6.7") addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.7")