From 212ec03ea41b7455e2eb6a032a72df664da9c57c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Sep 2024 14:08:58 +0000 Subject: [PATCH] Update sbt-mdoc to 2.6.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 835b7e0..7891e75 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,6 +4,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1") addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.10.0") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.0") libraryDependencySchemes += "com.lihaoyi" %% "geny" % VersionScheme.Always