From d5f47a62f04851972c9c5bce6e19e08ee7dc5a77 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 17 Oct 2023 08:44:38 +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 a94cf0a..a4142d5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.8") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") \ No newline at end of file