From f1bbe6f4829f74fa8852b9ca81492d124846aadc Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 18 Jul 2026 00:33:12 +0000 Subject: [PATCH] Update sbt-mdoc to 2.9.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 75b51c58..7cd406f8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ val sbtSoftwareMillVersion = "2.1.1" addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion) addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwareMillVersion) -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.9.0") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.9.1") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.6")