From 3f732d62588f5b6b287383b0ac649136a0d82bab Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:16:38 +0000 Subject: [PATCH] Update mdoc, sbt-mdoc to 2.3.8 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1d2c6ca..6fe414b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7" ) +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.8" ) addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0")