From 7134ad7d3417bd9085c6b180156c0ebbc171e7ab Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Thu, 12 Dec 2024 00:29:36 +0000 Subject: [PATCH] Update sbt-mdoc to 2.6.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6e83a8b..93036b2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -18,4 +18,4 @@ addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1" ) \ No newline at end of file +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2" ) \ No newline at end of file