Skip to content

Commit

Permalink
build(deps): update sbt-projectmatrix from 0.9.2 to 0.10.0 (#309)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates
[com.eed3si9n:sbt-projectmatrix](https://github.com/sbt/sbt-projectmatrix)
from `0.9.2` to `0.10.0`

📜 [GitHub Release
Notes](https://github.com/sbt/sbt-projectmatrix/releases/tag/v0.10.0) -
[Version
Diff](sbt/sbt-projectmatrix@v0.9.2...v0.10.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/a12a1a7a4d5d483402900fc61345b49186676f7c/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 = "com.eed3si9n", artifactId = "sbt-projectmatrix" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.eed3si9n", artifactId = "sbt-projectmatrix" }
}]
```
</details>

<sup>
labels: sbt-plugin-update, early-semver-major, semver-spec-minor,
commit-count:1
</sup>
  • Loading branch information
scala-steward authored Mar 3, 2024
1 parent d31a6ee commit 05e80be
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.scala-js" % "sbt-scalajs" % "1.15.0")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.2")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("io.stryker-mutator" % "sbt-stryker4s" % "0.16.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
Expand Down

0 comments on commit 05e80be

Please sign in to comment.