From b8daf3b65f8eeb633b99d40839629980fef8918e Mon Sep 17 00:00:00 2001 From: 47erbot Date: Fri, 13 Dec 2024 06:16:53 +0100 Subject: [PATCH] Update sbt-mdoc to 2.6.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0f91def..92fdea6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.16.2") libraryDependencies += { "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value } -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.12.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.12.0")