Skip to content

Commit

Permalink
Update sbt-mdoc to 2.6.0 (#204)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates [org.scalameta:sbt-mdoc](https://github.com/scalameta/mdoc)
from `2.5.4` to `2.6.0`

📜 [GitHub Release
Notes](https://github.com/scalameta/mdoc/releases/tag/v2.6.0) - [Version
Diff](scalameta/mdoc@v2.5.4...v2.6.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/1b3611121f2624941223ea725a7e5cebdac9b8bc/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, early-semver-minor, semver-spec-minor,
commit-count:1
</sup>
  • Loading branch information
arainko authored Sep 17, 2024
2 parents ca8e5b5 + 610bd77 commit f8b6477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.7.3")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.1")
Expand Down

0 comments on commit f8b6477

Please sign in to comment.