From 4911e85c7969588f0477b28e735ee87455094f98 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 16 Dec 2022 16:42:10 +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 276d3ae..a0e13e6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1") -addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") +addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.7.0") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")