From 19272bbd97d12ec026b633a95424382c07237b63 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 6 Apr 2024 08:56:53 +0000 Subject: [PATCH] Update sbt-site to 1.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8b10219..429293e 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ organization := "com.github.sbt" addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") -addSbtPlugin("com.github.sbt" % "sbt-site" % "1.6.0") +addSbtPlugin("com.github.sbt" % "sbt-site" % "1.7.0") homepage := Some(url("https://github.com/sbt/sbt-ghpages"))