From 0cc5c17ac9dd3b13d5e5b4226ede4daf418718c8 Mon Sep 17 00:00:00 2001 From: "scala-steward[bot]" <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 20:01:15 +0000 Subject: [PATCH] Update sbt-mdoc to 2.5.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d3269526..36cdde6c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,7 +16,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("io.chrisdavenport" %% "sbt-npm-package" % "0.1.2") // Explicitly bumping until sbt-typelevel upgrades. // Older versions exit sbt on compilation failures. -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.4.0") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1") libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always libraryDependencies ++= Seq( "org.slf4j" % "slf4j-nop" % "2.0.9"