From 2142ccdf4860dff7ec5a9de32a7e5064a171e048 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Tue, 23 Dec 2025 00:22:18 +0000 Subject: [PATCH] Update sbt-mdoc to 2.8.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2f9e23755..b6edf516e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,4 +16,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.1") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.0" ) +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.2" )