From a0cc9e93a27b85b0d34be64c9a9e5d4fbd75282a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Dec 2021 06:12:23 +0100 Subject: [PATCH] Update sbt-ghpages to 0.6.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 19d824c..0e6af7b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.2") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.7") -addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2") +addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")