From 081e245c066e192f2bcb86e4bf7bd96a2d42cd96 Mon Sep 17 00:00:00 2001 From: eikek-scala-steward Date: Wed, 11 Oct 2023 06:25:29 +0000 Subject: [PATCH] Update 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 ec51aabe..c6150885 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,6 +7,6 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") //addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0") //unfortunately, sbt-microsite pulls in a very old version, not compatible addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.8") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")