From 25134f5ec341c46c5f25e2e1f2780c855d711a94 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 7 Sep 2025 17:00:18 +0000 Subject: [PATCH] Update sbt-ghpages to 0.9.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 17620e3..7e888d9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ ThisBuild / libraryDependencySchemes ++= Seq( addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1") addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.7.0") -addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0") +addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.9.0") // use a newer version of paradox (site would pull in automatically an older version) addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3")