From 452503ece815d88283d66c7bc1e0f09ce8ab848a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 11 Aug 2026 14:50:56 +0000 Subject: [PATCH] Update sbt-site to 1.8.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ecd9bba..38ebb47 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0") -addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1") +addSbtPlugin("com.github.sbt" % "sbt-site" % "1.8.0") addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.7.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0") addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")