From 7dbe15e8d8d87bf357baacf3b00e507fdeaee03a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 7 Jul 2022 03:09:54 +0000 Subject: [PATCH] Update sbt-paradox to 0.10.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 37794b03..fd18266c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.4.5") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.5") -addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.9.2") +addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.2") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.2")