From 67c9777b8848e0d5c77e227afbda6a90fc25aea3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 15 Jan 2024 06:26:46 +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 586aebd..af63ca4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12" addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.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("dev.zio" % "zio-sbt-website" % "0.3.10") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")