From 8f5eda0511a93efd7640e63a8991a2e6178e37d0 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 00:27:31 +0000 Subject: [PATCH] Update sbt-mdoc to 2.6.0 --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index 84dd26c..6fe1b48 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -7,7 +7,7 @@ lazy val root = project addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1"), addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2"), addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0"), - addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4"), + addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.0"), addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0"), // // Let's add our sbt plugin to the sbt too ;) // unmanagedSourceDirectories in Compile ++= {