From 092e272daf8ad383056025b997cad1d27fb4e904 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 15 Jan 2024 17:10:48 +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 20ba095df..a86a04022 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.5") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1") -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.6.5") addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.5") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")