From b8495316f1d14ec59a6e4b781ea36ab1940d8213 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 9 Feb 2025 00:22:39 +0000 Subject: [PATCH] Update sbt-mdoc to 2.6.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 48d3f37..ec24aea 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,4 +10,4 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2" ) \ No newline at end of file +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.3" ) \ No newline at end of file