From f6b770aee5c371f8f791abd1fdaa07161cab3341 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 26 Nov 2023 15:56:09 +0100 Subject: [PATCH] Update sbt-mdoc to 2.5.1 (#2037) Co-authored-by: Kai <450507+neko-kai@users.noreply.github.com> --- 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 a738d53b02..7b10c9e02b 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.4.0" + val sbt_mdoc = "2.5.1" val sbt_paradox_material_theme = "0.6.0" val sbt_paradox = "0.10.5" val sbt_ghpages = "0.8.0"