From f66beae9b1077e7bf1da086cb945af76f1b42831 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 20 Feb 2024 13:34:09 +0100 Subject: [PATCH] Update sbt-mdoc to 2.5.2 (#2049) --- 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 7b10c9e02b..9e708e3910 100644 --- a/project/project/PluginVersions.scala +++ b/project/project/PluginVersions.scala @@ -1,7 +1,7 @@ object PV { val scala_js_version = "1.14.0" - val sbt_mdoc = "2.5.1" + val sbt_mdoc = "2.5.2" val sbt_paradox_material_theme = "0.6.0" val sbt_paradox = "0.10.5" val sbt_ghpages = "0.8.0"