From 5e012897388503c7e3d656349cedc1e937022e03 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Oct 2023 06:36:53 +0000 Subject: [PATCH] Update sbt-paradox-dependencies to 0.2.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cfba0c5f..06ee959fe 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -25,7 +25,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0") // Docs Site plugins addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.2") -addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-dependencies" % "0.2.2") +addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-dependencies" % "0.2.4") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")