From 65550e00f1bdff38a69abaf51b8e6bb626684819 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 19 Sep 2024 19:53:57 +0200 Subject: [PATCH] Update sbt-mdoc to 2.6.0 (#2189) Co-authored-by: Paul S. --- project/project/PluginVersions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/project/PluginVersions.scala b/project/project/PluginVersions.scala index adf3f9201a..ca1a9d8bf2 100644 --- a/project/project/PluginVersions.scala +++ b/project/project/PluginVersions.scala @@ -1,7 +1,7 @@ object PV { val scala_js_version = "1.16.0" - val sbt_mdoc = "2.5.4" + val sbt_mdoc = "2.6.0" val sbt_paradox_material_theme = "0.7.0" val sbt_paradox = "0.10.7" val sbt_ghpages = "0.8.0"