From a20e283fb36a8ce5ed10d1855946abcfd924b5e0 Mon Sep 17 00:00:00 2001 From: scala-steward <122865766+scala-steward-geirolz[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 00:06:57 +0000 Subject: [PATCH] Update mdoc, sbt-mdoc to 2.6.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 444ed25..49e0a53 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ ThisBuild / libraryDependencies += "org.typelevel" %% "scalac-options" % "0.1.7" addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") addSbtPlugin("org.jmotor.sbt" % "sbt-dependency-updates" % "1.2.9") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")