Skip to content

Commit f196eb6

Browse files
Update sbt-projectmatrix to 0.11.0 (#592)
## About this PR 📦 Updates [com.eed3si9n:sbt-projectmatrix](https://github.com/sbt/sbt-projectmatrix) from `0.10.1` to `0.11.0` 📜 [GitHub Release Notes](https://github.com/sbt/sbt-projectmatrix/releases/tag/v0.11.0) - [Version Diff](sbt/sbt-projectmatrix@v0.10.1...v0.11.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>⚙ 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> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "com.eed3si9n", "artifactId" : { "name" : "sbt-projectmatrix", "maybeCrossName" : null }, "version" : "0.10.1", "sbtVersion" : "1.0", "scalaVersion" : "2.12", "configurations" : null } ], "newerVersions" : [ "0.11.0" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "sbt-plugin-update", "early-semver-major", "semver-spec-minor", "commit-count:1" ] } --> Co-authored-by: scala-steward <scala-steward>
1 parent 28687ec commit f196eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")
1+
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")
22

33
val sbtSoftwareMillVersion = "2.0.21"
44
addSbtPlugin(

0 commit comments

Comments
 (0)