From ec444ddbfe04703c6c1cbee9548f14b0ba078d2d Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 08:09:46 +0000 Subject: [PATCH] Update sbt-paradox to 0.10.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a69a3cd8e..d9398439e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ ThisBuild / libraryDependencySchemes ++= Seq( addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.21") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.21") -addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.3") +addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.4") addSbtPlugin("com.github.sbt" % "sbt-site" % "1.5.0") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")