From a518c686a24e67107a02514ca7747f861f417202 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 20 Mar 2024 17:00:41 +0000 Subject: [PATCH] Update sbt-site to 1.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3a6bd20..8b10219 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.5.0") +addSbtPlugin("com.github.sbt" % "sbt-site" % "1.6.0") homepage := Some(url("https://github.com/sbt/sbt-ghpages"))