Skip to content

Commit 236cf27

Browse files
authored
Update sbt-mdoc to 2.7.0 (#3893)
## About this PR 📦 Updates [org.scalameta:sbt-mdoc](https://github.com/scalameta/mdoc) from `2.6.5` to `2.7.0` 📜 [GitHub Release Notes](https://github.com/scalameta/mdoc/releases/tag/v2.7.0) - [Version Diff](scalameta/mdoc@v2.6.5...v2.7.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/8929fadb6f535472bd63397b1cb55a835fa1b5cb/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>🔍 Files still referring to the old version number</summary> The following files still refer to the old version number (2.6.5). You might want to review and update them manually. ``` docs/release-notes.md ``` </details> <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scalameta", artifactId = "sbt-mdoc" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "sbt-mdoc" } }] ``` </details> <sup> labels: sbt-plugin-update </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scalameta", "artifactId" : { "name" : "sbt-mdoc", "maybeCrossName" : null }, "version" : "2.6.5", "sbtVersion" : "1.0", "scalaVersion" : "2.12", "configurations" : null } ], "newerVersions" : [ "2.7.0" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "sbt-plugin-update" ] } -->
1 parent e1e053e commit 236cf27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.7")
3838
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")
3939

4040
// Documentation
41-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.5")
41+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.0")
4242

4343
// For generating Lexer/Parser from ANTLR4 grammar (.g4)
4444
addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.3")

0 commit comments

Comments
 (0)