From e424d75e79228def6f65c5111b008cd8fe9e6062 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 26 Dec 2022 19:00:47 +0000 Subject: [PATCH] Update sbt-ghpages to 0.7.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9120676..ae0f99e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,7 +10,7 @@ addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.6.6") addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0") -addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") +addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.7.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")