From a2a3eb187fa5ce9593f1e2f7aefd1a7ad75fd8c1 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 15 Oct 2022 14:52:35 +0200 Subject: [PATCH] Update sbt-mdoc to 2.3.6 (#4839) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a0773a4e68..10e27f65b4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -33,7 +33,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") // write markdown files with type-checked Scala //https://github.com/scalameta/mdoc -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.3") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6") //https://github.com/scalameta/sbt-scalafmt addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")