From 18f879d2d3171d0c15179230dc8fb14accf7e7f1 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 00:29:01 +0000 Subject: [PATCH] Update sbt-paradox to 0.11.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1c23e865..71050531 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ ThisBuild / libraryDependencySchemes ++= Seq( addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.7") addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.7") -addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7") +addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.11.0") addSbtPlugin("com.github.sbt" % "sbt-site" % "1.8.0") addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.8.0") addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.9.0")