Skip to content

Commit 96c156f

Browse files
authored
Update sbt-mdoc to 2.3.8 (#3241)
## About this PR 📦 Updates [org.scalameta:sbt-mdoc](https://github.com/scalameta/mdoc) from `2.3.7` to `2.3.8` 📜 [GitHub Release Notes](https://github.com/scalameta/mdoc/releases/tag/v2.3.8) - [Version Diff](scalameta/mdoc@v2.3.7...v2.3.8) ## 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/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <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>
1 parent 1a4dde6 commit 96c156f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugin.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ libraryDependencies ++= (
2828
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
2929

3030
// Documentation
31-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7")
31+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.8")
3232

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

0 commit comments

Comments
 (0)