From 904625114754778785d8e8318fdb284f3b6b0b4c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 8 Sep 2025 00:31:44 +0000 Subject: [PATCH] Update sbt-ghpages to 0.9.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 50bd5f8..9e1a7f7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,6 +2,6 @@ resolvers += "jgit-repo" at "https://download.eclipse.org/jgit/maven" addSbtPlugin("com.github.sbt" % "sbt-site" % "1.6.0") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") -addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.7.0") +addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.9.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")