From 7bf28204665c9bce2e1a166a8f7a4982c9f22a00 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Apr 2024 20:28:11 +0000 Subject: [PATCH] Update sbt-ghpages to 0.8.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ab91c9eca..15886aa0d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7") addSbtPlugin("com.github.sbt" % "sbt-site" % "1.6.0") -addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.7.0") +addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0") addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.7.0") addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")