From df5693cb2a136b9b5a1d4e93fb18fccfe71d4f8f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 05:46:36 +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 3ee67480b..a3075aee6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") +addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0") // releasing