From 01584f0c9e11aad061f66f57e508f872f828f8fa Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Wed, 11 Oct 2023 00:56:03 +0000 Subject: [PATCH] Update sbt-mdoc to 2.3.8 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 417013576..942751d11 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.3.7" ) \ No newline at end of file +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.8" ) \ No newline at end of file