From 01885494f182d46a5a191a191b96e72433f5f4b4 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <123456+scala-center-steward[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 12:52:26 +0000 Subject: [PATCH] Update paradox-theme-generic, sbt-paradox to 0.10.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e41be98..d1a1ae4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6") -addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.2") +addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.3") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")