Skip to content

Commit 741e60d

Browse files
authored
Update sbt-mdoc to 2.8.0 (#4066)
## About this PR 📦 Updates [org.scalameta:sbt-mdoc](https://github.com/scalameta/mdoc) from `2.7.2` to `2.8.0` 📜 [GitHub Release Notes](https://github.com/scalameta/mdoc/releases/tag/v2.8.0) - [Version Diff](scalameta/mdoc@v2.7.2...v2.8.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/f0dfaa6d8e24b261aeafbc7f99c5325ed9365cf2/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.7.2). 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.7.2", "sbtVersion" : "1.0", "scalaVersion" : "2.12", "configurations" : null } ], "newerVersions" : [ "2.8.0" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "sbt-plugin-update" ] } -->
1 parent cf29c95 commit 741e60d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
3232
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
3333

3434
// Documentation
35-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.2")
35+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.0")
3636

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

0 commit comments

Comments
 (0)