From c078790f656fc78eda7a5de94af517765159228f Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 01:25:12 +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 52e77091..902024ab 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,5 +3,5 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion) addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.3") addSbtPlugin("com.armanbilge" % "sbt-bundlemon" % "0.1.4")