From 82d68e3823bc42c46f84134253ddab8afb4840f7 Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Fri, 27 Oct 2023 00:36:41 +0000 Subject: [PATCH] build(deps): Update mdoc, mdoc-interfaces, sbt-mdoc from 2.3.8 to 2.4.0 --- project/V.scala | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/V.scala b/project/V.scala index 65ebbe4cd03..f32b5375f92 100644 --- a/project/V.scala +++ b/project/V.scala @@ -33,7 +33,7 @@ object V { val lsp4jV = "0.20.1" val mavenBloop = "2.0.0" val mill = "0.11.5" - val mdoc = "2.3.8" + val mdoc = "2.4.0" val munit = "1.0.0-M10" val pprint = "0.7.3" val sbtBloop = bloop diff --git a/project/plugins.sbt b/project/plugins.sbt index 32785784e7c..e18bbfa7a57 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.8") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.4.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.3.2")