From ed23604f9fa2c16c56fcd18de87277f7b6e5b559 Mon Sep 17 00:00:00 2001 From: "foundweekends-bot[bot]" <74864734+foundweekends-bot[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 21:13:56 +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 e784251..0d3391c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.7.0") +addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0") addSbtPlugin("com.github.sbt" % "sbt-site" % "1.7.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")