From 13f427566de3635abe84f78232a68c74bbf81176 Mon Sep 17 00:00:00 2001 From: RenkuBot Date: Sun, 5 Jan 2025 06:08:52 +0000 Subject: [PATCH] chore: Update sbt-mdoc from 2.5.3 to 2.5.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f9a6cf78..8c3399db 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -25,7 +25,7 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("com.julianpeeters" % "sbt-avrohugger" % "2.8.3") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.3") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") // sbt-git comes with quite old jgit version