Skip to content

Commit

Permalink
build(deps): update mdoc, sbt-mdoc from 2.5.4 to 2.6.0 (#386)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates 
* [org.scalameta:mdoc](https://github.com/scalameta/mdoc)
* [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>🔍 Files still referring to the old version number</summary>

The following files still refer to the old version number (2.5.4).
You might want to review and update them manually.
```
node/package-lock.json
node/package.json
```
</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" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scalameta" }
}]
```
</details>

<sup>
labels: library-update, early-semver-minor, semver-spec-minor,
old-version-remains, commit-count:1
</sup>
  • Loading branch information
scala-steward authored Sep 16, 2024
1 parent 87f2735 commit 40d1e23
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
Expand Up @@ -3,6 +3,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("io.stryker-mutator" % "sbt-stryker4s" % "0.16.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.0")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")

0 comments on commit 40d1e23

Please sign in to comment.