From 7607390f062d9542eaae3f34786078094c438441 Mon Sep 17 00:00:00 2001 From: "Indoor Vivants Steward[bot]" <228215+Indoor+Vivants+Steward[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 12:06:47 +0000 Subject: [PATCH] Update sbt-mdoc to 2.7.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ad3be06..550a2fe 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.7") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.5") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")