From faeeeb58a46e79c58eca6fdf2c70e827fc15e773 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Oct 2025 15:25:11 +0000 Subject: [PATCH] Update sbt-mdoc to 2.8.0 --- project/plugins.sbt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 79886ce..480df43 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,8 +1,8 @@ // addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") // addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.2") -addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.0") +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") // addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") -addSbtPlugin("com.github.sbt" % "sbt-protobuf" % "0.8.3") -addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "2.1.11") \ No newline at end of file +addSbtPlugin("com.github.sbt" % "sbt-protobuf" % "0.8.3") +addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "2.1.11")