From ceefed2ba74cf515998717ad92d1ee6629879532 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 8 Apr 2024 14:43:18 +0000 Subject: [PATCH] Update sbt-site-paradox to 1.7.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 08de5cb..e1757d1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ ThisBuild / libraryDependencySchemes ++= Seq( ) addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") -addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.5.0") +addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.7.0") addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0") // use a newer version of paradox (site would pull in automatically an older version) addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.6")