From bb08aac3a59d650e23dfa1356ff46f5e59389f59 Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Wed, 10 Jul 2024 02:36:42 +0200 Subject: [PATCH] Update mdoc, sbt-mdoc to 2.5.4 (#2230) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f7d9e6b93..0ebd2cdcb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,7 +9,7 @@ addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % s addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwareMillVersion) addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-browser-test-js" % sbtSoftwareMillVersion) -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.3") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4") addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")