From d2e5b5273cbf9224b53294ddcb4c78ec1f765de7 Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Mon, 5 Feb 2024 00:37:25 +0000 Subject: [PATCH] Update mdoc, mdoc-parser, sbt-mdoc to 2.5.2 --- project/Dependencies.scala | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index b5f5cca369..fade73eb4e 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -11,7 +11,7 @@ object Dependencies { val scalacheckV = "1.17.0" val coursier = "2.1.2" val munitV = "0.7.29" - val mdocV = "2.5.1" + val mdocV = "2.5.2" val scalapb = Def.setting { ExclusionRule( diff --git a/project/plugins.sbt b/project/plugins.sbt index e8c18be040..2a079b0d97 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ resolvers ++= Seq( Resolver.bintrayIvyRepo("jetbrains", "sbt-plugins") ) -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")