From 9f55253f9c164ddc2a99c1ced5fca4431ede3eb8 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Mon, 8 Jan 2024 01:00:41 +0000 Subject: [PATCH] Update sbt-mdoc to 2.5.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ac1df6ee3..e1131bb9b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,4 +16,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1" ) \ No newline at end of file +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2" ) \ No newline at end of file